README 554 B

1234567891011121314151617181920212223
  1. The EmailSummary plugin sends an email summary of the inbox to users in the
  2. network.
  3. After enabling the plugin, users will have an option to enable/disable the
  4. feature in their "Email Settings" section.
  5. You can run ./script/sendemailsummary.php to send emails (options are
  6. documented in the file). You can run this script automatically via your OS's
  7. cron mechanism to send emails regularly.
  8. Installation
  9. ============
  10. add "addPlugin('EmailSummary');"
  11. to the bottom of your config.php
  12. Settings
  13. ========
  14. none
  15. Example
  16. =======
  17. addPlugin('EmailSummary');