You are here

README.txt in Notify 2.0.x

NOTIFY README.txt
=================


CONTENTS OF THIS FILE
---------------------

* Introduction
* Requirements
* Installation
* Configuration
* Per user settings
* Related projects & alternatives
* Maintainers


INTRODUCTION
------------

Notify is a simple, lightweight module for sending plain text e-mail
notifications about new content and comments posted on a Drupal web
site.

* For a full description of the module, visit the project page:
  https://drupal.org/project/notify

* For more documentation about its use, visit the documentation page:
  https://www.drupal.org/documentation/modules/notify

* To submit bug reports and feature suggestions, or to track changes:
  https://drupal.org/project/issues/notify

If you enable node revisions (https://www.drupal.org/node/320614), the
notification e-mail will also mention the name of the last person to
edit the node.


REQUIREMENTS
------------

This module requires a supported version of Drupal and cron to be
running at least as frequently as you want to send out notifications.


INSTALLATION
------------

1. Install Notify as you would normally install a contributed Drupal
   module.

2. Enable Notify module by locating it on the list under the Extend
   tab in the administrative GUI. The tables will be created
   automagically for you at this point.

3. Modify permissions on the People » Permissions page.

   To set the notification checkbox default on new user registration
   form, or let new users opt in for notifications during
   registration, you must grant the anonymous user the right to access
   Notify.

4. Configure general notification settings.  See the "Configuration"
   section below for details.


CONFIGURATION
-------------

The administrative interface is at: Administration » Configuration »
People » Notify settings.

- The "Settings" tab is for setting how often notifications are sent.

- The and "Default settings" tab is to set up default presets for new
  users, and for selecting permitted notification by node type.

- The "Users" tab is to review and see per-user settings.

- The remaining to tabs ("Queue" and "Skip flags") are for managing
  the notification queue.

When setting how often notifications are sent, note that e-mail
updates can only happen as frequently as the cron is set to run.
Check your cron settings.


PER USER SETTINGS
-----------------

To manage your own notification preferences, click on the
"Notification settings" on your "My account" page.


RELATED PROJECTS & ALTERNATIVES
-------------------------------

The Mailchimp project (https://www.drupal.org/project/mailchimp)
provides integration with external Mailchimp email delivery
service. It can be set up to produce a formatted HTML newsletter based
upon the site's RSS-feed.

Also see the section "Similar Modules" on the project page for links
to paged listing other newsletter and email notification modules.


MAINTAINERS
-----------

Kjartan Mannes <kjartan@drop.org> is the original author.
Rob Barreca <rob@electronicinsight.com> was a previous maintainer.
Matt Chapman <matt@ninjitsuweb.com> is the project owner.
Gisle Hannemyr <gisle@hannemyr.no> maintains the Drupal 7 branch.

Marton Bodonyi (http://www.interactivejunky.com/),
Mark Lindsey,
John Oltman <john.oltman@sitebasin.com>,
Ward Poelmans <wpoely86@gmail.com>,
Ishmael Sanchez (http://ishmaelsanchez.com), and
Ajit Shinde (https://www.facebook.com/shinde.ajit)
contributed to the Drupal 7 port.
Vincent Rommelaars <vincent@hostplek.nl> contributed to the Drupal 8
port.

File

README.txt
View source
  1. NOTIFY README.txt
  2. =================
  3. CONTENTS OF THIS FILE
  4. ---------------------
  5. * Introduction
  6. * Requirements
  7. * Installation
  8. * Configuration
  9. * Per user settings
  10. * Related projects & alternatives
  11. * Maintainers
  12. INTRODUCTION
  13. ------------
  14. Notify is a simple, lightweight module for sending plain text e-mail
  15. notifications about new content and comments posted on a Drupal web
  16. site.
  17. * For a full description of the module, visit the project page:
  18. https://drupal.org/project/notify
  19. * For more documentation about its use, visit the documentation page:
  20. https://www.drupal.org/documentation/modules/notify
  21. * To submit bug reports and feature suggestions, or to track changes:
  22. https://drupal.org/project/issues/notify
  23. If you enable node revisions (https://www.drupal.org/node/320614), the
  24. notification e-mail will also mention the name of the last person to
  25. edit the node.
  26. REQUIREMENTS
  27. ------------
  28. This module requires a supported version of Drupal and cron to be
  29. running at least as frequently as you want to send out notifications.
  30. INSTALLATION
  31. ------------
  32. 1. Install Notify as you would normally install a contributed Drupal
  33. module.
  34. 2. Enable Notify module by locating it on the list under the Extend
  35. tab in the administrative GUI. The tables will be created
  36. automagically for you at this point.
  37. 3. Modify permissions on the People » Permissions page.
  38. To set the notification checkbox default on new user registration
  39. form, or let new users opt in for notifications during
  40. registration, you must grant the anonymous user the right to access
  41. Notify.
  42. 4. Configure general notification settings. See the "Configuration"
  43. section below for details.
  44. CONFIGURATION
  45. -------------
  46. The administrative interface is at: Administration » Configuration »
  47. People » Notify settings.
  48. - The "Settings" tab is for setting how often notifications are sent.
  49. - The and "Default settings" tab is to set up default presets for new
  50. users, and for selecting permitted notification by node type.
  51. - The "Users" tab is to review and see per-user settings.
  52. - The remaining to tabs ("Queue" and "Skip flags") are for managing
  53. the notification queue.
  54. When setting how often notifications are sent, note that e-mail
  55. updates can only happen as frequently as the cron is set to run.
  56. Check your cron settings.
  57. PER USER SETTINGS
  58. -----------------
  59. To manage your own notification preferences, click on the
  60. "Notification settings" on your "My account" page.
  61. RELATED PROJECTS & ALTERNATIVES
  62. -------------------------------
  63. The Mailchimp project (https://www.drupal.org/project/mailchimp)
  64. provides integration with external Mailchimp email delivery
  65. service. It can be set up to produce a formatted HTML newsletter based
  66. upon the site's RSS-feed.
  67. Also see the section "Similar Modules" on the project page for links
  68. to paged listing other newsletter and email notification modules.
  69. MAINTAINERS
  70. -----------
  71. Kjartan Mannes is the original author.
  72. Rob Barreca was a previous maintainer.
  73. Matt Chapman is the project owner.
  74. Gisle Hannemyr maintains the Drupal 7 branch.
  75. Marton Bodonyi (http://www.interactivejunky.com/),
  76. Mark Lindsey,
  77. John Oltman ,
  78. Ward Poelmans ,
  79. Ishmael Sanchez (http://ishmaelsanchez.com), and
  80. Ajit Shinde (https://www.facebook.com/shinde.ajit)
  81. contributed to the Drupal 7 port.
  82. Vincent Rommelaars contributed to the Drupal 8
  83. port.