| 1 |
-------------------------------
|
| 2 |
Comment Mail
|
| 3 |
-------------------------------
|
| 4 |
|
| 5 |
Originally written by Jeff Robbins (jeff /attt\ lullabot /dott\ com)
|
| 6 |
with additonal work done by Konstantin Kfer (http://drupal.org/user/14572).
|
| 7 |
|
| 8 |
The Comment Mail module allows an e-mail to be sent to the site
|
| 9 |
administrator(s) when new comments are posted. A link in the
|
| 10 |
email allows quick approval, editing, deletion, and/or banning
|
| 11 |
of the poster's IP address (good for spam).
|
| 12 |
|
| 13 |
Installation:
|
| 14 |
=============
|
| 15 |
1. Place the commentmail folder in your module directory (normally sites/all/modules directory).
|
| 16 |
2. Enable the module at Administer > Site building > Modules (admin/build/modules).
|
| 17 |
3. Configure it at Administer > Site configuration > Comment mail (admin/settings/commentmail).
|
| 18 |
|
| 19 |
You can set the address to which the emails will be sent, determine under what
|
| 20 |
circumstances to send an email, as well as setting the text of the emails.
|
| 21 |
|
| 22 |
There are two templates for email. One is for those sites that
|
| 23 |
have comment moderation active and therefor need to approve comments to
|
| 24 |
publish them. The other is for comments that are automatically published
|
| 25 |
and so only need deletion actions.
|