| 5 |
This is a simple notification module. It provides e-mail notifications to |
This is a simple notification module. It provides e-mail notifications to |
| 6 |
members about updates and changes to the Drupal web site. |
members about updates and changes to the Drupal web site. |
| 7 |
|
|
| 8 |
Send comments to the new maintainer Rob Barreca <rob@electronicinsight.com>. |
Send comments via the issues queue on drupal.org: |
| 9 |
|
http://drupal.org/project/issues/notify |
| 10 |
|
|
| 11 |
------------------------ |
------------------------ |
| 12 |
REQUIREMENTS |
REQUIREMENTS |
| 13 |
------------------------ |
------------------------ |
| 14 |
|
|
| 15 |
This module requires Drupal 5 and cron to be running. |
This module requires a supported version of Drupal and cron to be |
| 16 |
|
running. |
| 17 |
|
|
| 18 |
------------------------ |
------------------------ |
| 19 |
INSTALLATION |
INSTALLATION |
| 25 |
2. Enable the notify module on the Administer >> Site building >> Modules page. |
2. Enable the notify module on the Administer >> Site building >> Modules page. |
| 26 |
The database tables will be created automagically for you at this point. |
The database tables will be created automagically for you at this point. |
| 27 |
|
|
| 28 |
3. Modify permissions on the Administer >> User management >> Access control page. |
3. Modify permissions on the Administer >> Users >> Access control page. |
| 29 |
|
|
| 30 |
4. Go to Administer >> Site configuration >> Notification settings and modify the |
4. Go to Administer >> Content >> Notification settings and modify the settings |
| 31 |
settings to your liking. |
to your liking. |
| 32 |
Note: e-mail updates can only happen as frequently as the cron is setup to. |
Note: e-mail updates can only happen as frequently as the cron is setup to. |
| 33 |
Check your cron settings. |
Check your cron settings. |
| 34 |
|
|
| 45 |
|
|
| 46 |
Kjartan Mannes <kjartan@drop.org> is the original author. |
Kjartan Mannes <kjartan@drop.org> is the original author. |
| 47 |
|
|
| 48 |
Rob Barreca <rob@electronicinsight.com> is the new maintainer. |
Rob Barreca <rob@electronicinsight.com> was a previous maintainer. |
| 49 |
|
|
| 50 |
|
Matt Chapman <matt@ninjitsuhosting.com> is the current maintainer. |
| 51 |
|
|
| 52 |
------------------------ |
------------------------ |
| 53 |
WISH LIST |
RELATED PROJECTS & ALTERNATIVES |
| 54 |
------------------------ |
------------------------ |
| 55 |
|
|
| 56 |
This is in no particular order. |
http://drupal.org/project/notify_by_views |
| 57 |
|
http://drupal.org/project/subscriptions |
| 58 |
|
|
| 59 |
|
------------------------ |
| 60 |
|
WISHLIST |
| 61 |
|
----------------------- |
| 62 |
|
|
| 63 |
- Filters on what to notify about. |
-Templated emails |
|
- Options to get full text in mail. |
|
|
- Some way of detecting mail bounces. |
|