README 447 B

12345678910111213141516171819202122
  1. The EmailReminder plugin sends email reminders about various things
  2. It will send reminder emails to email addresses that have been invited
  3. but haven't registered yet.
  4. It will also send reminders to email addresses that have registered but
  5. haven't verified their email address yet.
  6. Installation
  7. ============
  8. add "addPlugin('EmailReminder');"
  9. to the bottom of your config.php
  10. Settings
  11. ========
  12. none
  13. Example
  14. =======
  15. addPlugin('EmailReminder');