| 1 |
Copyright 2006
|
| 2 |
|
| 3 |
Description
|
| 4 |
-----------
|
| 5 |
The autoresponder.module allow a site visitor to sign up for a series
|
| 6 |
of emails sent each day via a cron job.
|
| 7 |
|
| 8 |
Features:
|
| 9 |
---------
|
| 10 |
* E-mails are sent with both HTML and text encodings.
|
| 11 |
* A site visitor wants to sign up for a N-day
|
| 12 |
series of emails. In a Drupal block, he enters his email address, select
|
| 13 |
a preferable set of emails and clicks submit. Any emails in the system
|
| 14 |
set to 'Day 0' are immediately sent. Each day thereafter, a cron job
|
| 15 |
triggers the sending of emails appropriate for that day. If at any point
|
| 16 |
the user wishes to unsubscribe, he can click a simple link at the bottom
|
| 17 |
of the email to do so.
|
| 18 |
* Users with the 'configure autoresponder'
|
| 19 |
permission are able to access an administrative interface, which allows
|
| 20 |
them to configure the individual emails in the system, create a mail
|
| 21 |
sets, administrate registerered users. The administrator is able to
|
| 22 |
add/edit/delete each of these emails/sets.
|
| 23 |
|
| 24 |
|
| 25 |
Prerequisites
|
| 26 |
-------------
|
| 27 |
The autoresponder.module do not requires other modules to be installed.
|
| 28 |
To see a WYSIWYG area in message editing form, install TimyMCE module (http://drupal.org/project/tinymce) and configure it to show WYSIWYG area in autoresponder module.
|
| 29 |
|
| 30 |
Installation
|
| 31 |
------------
|
| 32 |
To install, copy the autoresponder directory and all its contents to your modules
|
| 33 |
directory.
|
| 34 |
|
| 35 |
Configuration
|
| 36 |
-------------
|
| 37 |
To enable this module, visit administer -> modules, and enable autoresponder.
|
| 38 |
|
| 39 |
Bugs/Features/Patches:
|
| 40 |
----------------------
|
| 41 |
If you want to report bugs, feature requests, or submit a patch, please do so
|
| 42 |
at the project page on the Drupal web site.
|
| 43 |
http://drupal.org/project/autoresponder
|
| 44 |
|
| 45 |
Author
|
| 46 |
------
|
| 47 |
Alexey Tkachenko (http://drupal.org/user/22093)
|
| 48 |
|
| 49 |
If you use this module, find it useful, and want to send the author
|
| 50 |
a thank you note, then use the Feedback/Contact page at the URL above.
|
| 51 |
|
| 52 |
The author can also be contacted for paid customizations of this
|
| 53 |
and other modules.
|