| 1 |
REQUIREMENTS
|
| 2 |
===========
|
| 3 |
|
| 4 |
This module requires Drupal 4.6 version.
|
| 5 |
|
| 6 |
|
| 7 |
UPDATING
|
| 8 |
==========
|
| 9 |
|
| 10 |
Make sure to download html2txt.module and enable it.
|
| 11 |
|
| 12 |
|
| 13 |
INSTALLATION
|
| 14 |
==========
|
| 15 |
|
| 16 |
|
| 17 |
1. Copy the enewsletter directory to the Drupal modules/ directory, so that it becomes modules/enewsletter. Drupal should automatically detect it.
|
| 18 |
|
| 19 |
2. Create the SQL table.
|
| 20 |
mysql -u username -ppassword drupal < enewsletter.sql
|
| 21 |
|
| 22 |
3. Enable these modules in "adminster -> modules":
|
| 23 |
enewsletter.module
|
| 24 |
html2txt.module
|
| 25 |
|
| 26 |
|
| 27 |
CONFIGURATION
|
| 28 |
============
|
| 29 |
|
| 30 |
Controls for the email newsletter appear under "administer -> email newsletters"
|
| 31 |
|
| 32 |
You will need to st up the send and receive options under "administer -> email newsletters -> configuration"
|
| 33 |
|
| 34 |
Create email newsletters under "administer -> email newsletters -> newsletters"
|
| 35 |
|
| 36 |
Create email newsletter templates under "administer -> email newsletters -> templates"
|
| 37 |
|
| 38 |
|
| 39 |
SUBSCRIBE
|
| 40 |
========
|
| 41 |
|
| 42 |
User subscription controls appear on the registration and account pages, and also under "email subscription"
|
| 43 |
|
| 44 |
|
| 45 |
|
| 46 |
Author
|
| 47 |
------
|
| 48 |
|
| 49 |
Robert Castelo [MegaGrunt]
|
| 50 |
robert@cotextcommunications.com
|
| 51 |
|
| 52 |
More info at:
|
| 53 |
http://www.cortextcommunications.com/development/newsletter
|
| 54 |
|
| 55 |
class.html2text.inc is by Jon Abernathy <jon@chuggnutt.com>, which like the rest of this module is released under GNU General Public License.
|
| 56 |
|
| 57 |
I have included it as part of this distribution because I have made some changes to the code of the file.
|
| 58 |
|
| 59 |
The original file is available here:
|
| 60 |
|
| 61 |
http://www.chuggnutt.com/html2text.php
|