]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - plugins/EmailSummary/README
oEmbed had bad variable reference in error message
[quix0rs-gnu-social.git] / plugins / EmailSummary / README
1 The EmailSummary plugin sends an email summary of the inbox to users in the
2 network.
3
4 After enabling the plugin, users will have an option to enable/disable the
5 feature in their "Email Settings" section.
6
7 You can run ./script/sendemailsummary.php to send emails (options are
8 documented in the file). You can run this script automatically via your OS's
9 cron mechanism to send emails regularly.
10
11 Installation
12 ============
13 add "addPlugin('EmailSummary');"
14 to the bottom of your config.php
15
16 Settings
17 ========
18 none
19
20 Example
21 =======
22 addPlugin('EmailSummary');