/[drupal]/contributions/sandbox/megagrunt/modules/enewsletter/README.txt
ViewVC logotype

Contents of /contributions/sandbox/megagrunt/modules/enewsletter/README.txt

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.6 - (show annotations) (download)
Wed May 11 15:13:10 2005 UTC (4 years, 6 months ago) by MegaGrunt
Branch: MAIN
CVS Tags: HEAD
Changes since 1.5: +2 -2 lines
File MIME type: text/plain
Re-factored email send out functions:
1
2 WHAT THE EMAIL NEWSLETTER MODULE DOES
3 ================================
4
5 This module enables an administrator to set up email newsletters for a site, and also to send out one off announcements
6
7 Email newsletters are created from site nodes, based on taxonomy - taxonomy terms are chosen for each newsletter by the administrator (the 'allowed' taxonomy).
8
9 Users who sign up for the newsletter can then choose which terms from the allowed taxonomy they wish to receive nodes from - the 'selected' taxonomy (default is all).
10
11 Newsletters can be scheduled to be sent out every X hours/days/months.
12
13 When a newsletter is sent out, every node from the selected taxonomy, that was added after the last send out, is included in the email that is sent to the subscriber.
14
15 The newsletter can also be customised with user info from profiles to make it personalised.
16
17 Sending is handled by cron, and there are settings for how many messages get sent per cron run so as not to flood the server.
18
19 The module also handles bounced back emails, and has options for plain text and HTML email formats.
20
21
22 ! ! ! ! ! WARNING ! ! !
23 ===============
24
25 This module is still in development, so don't use it on a live site, use only for testing.
26
27 The module is completely self contained, storing all it's data in database tables with names begining 'enewsletter_' and never affecting any data in the rest of Drupal database.
28
29 However, because it's still in development, I may have to change some of the fields of these tables ('enewsletter_') before the final release, and I may not be able to provide an update script.... so be prepared to loose the settings for email newsletters when the finished "version 1" gets released.
30
31 Apart from that everything seems stable, so enjoy!
32
33
34 MORE INFO
35 ========
36
37 More info:
38 http://www.cortextcommunications.com/development/newsletter
39
40 Developer Forum:
41 http://www.cortextcommunications.com/forum/47
42
43 (gratefull for your feedback!)
44
45
46 Author
47 ------
48
49 Robert Castelo [MegaGrunt]
50 robert@cotextcommunications.com
51
52
53
54
55

  ViewVC Help
Powered by ViewVC 1.1.2