]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - plugins/EmailReminder/README
UserFlag: Pass proper profile to FlaggedProfileListItem
[quix0rs-gnu-social.git] / plugins / EmailReminder / README
1 The EmailReminder plugin sends email reminders about various things
2
3 It will send reminder emails to email addresses that have been invited
4 but haven't registered yet.
5
6 It will also send reminders to email addresses that have registered but
7 haven't verified their email address yet.
8
9 Installation
10 ============
11 add "addPlugin('EmailReminder');"
12 to the bottom of your config.php
13
14 Settings
15 ========
16 none
17
18 Example
19 =======
20 addPlugin('EmailReminder');
21