| 1 |
The Mass Contact module is simply a modified version of the core contact
|
| 2 |
module. It works opposite the latter, in that it allows site moderators (or
|
| 3 |
anyone with permission), to send mass e-mail to a set role or group of roles
|
| 4 |
or even to all registered users.
|
| 5 |
|
| 6 |
Scaling factors:
|
| 7 |
-Retrieving userids and emails in a scaled way: no
|
| 8 |
-Sending email in a scaled way: yes, within server limits
|
| 9 |
-Keeping connections up while the long process continues: no
|
| 10 |
|
| 11 |
The sender's own address may be placed in the 'To:' field and all recipients
|
| 12 |
placed in the 'Bcc:' field, or the recipients simply placed in the 'To:'
|
| 13 |
field. Note that the latter option leaves all recipients open to abuse due to
|
| 14 |
their e-mail addresses being visible to all other recipients.
|
| 15 |
|
| 16 |
The e-mail may be sent as html or plain text, and may include a single binary
|
| 17 |
file attachment (if permitted by admin).
|
| 18 |
|
| 19 |
At the option of the sender (if permitted by admin), a node may be created in
|
| 20 |
order to keep a record of the e-mail sent. Do not try to send e-mails by
|
| 21 |
creating nodes; it will not work.
|
| 22 |
|
| 23 |
Users may opt-out of mass mailings on their profile page, but this may be
|
| 24 |
overridden by the admin (or respected). The entire opt-out system may be
|
| 25 |
disabled on the settings page.
|
| 26 |
|
| 27 |
Make sure to add at least one category and configure the module before trying
|
| 28 |
to send mass e-mails.
|
| 29 |
|
| 30 |
The Mass Contact module also adds a menu item (disabled by default) to the
|
| 31 |
navigation block.
|
| 32 |
|
| 33 |
A note to Mime Mail users:
|
| 34 |
The 5.x-2.x now has code that checks for Mime Mail being installed, enabled &
|
| 35 |
active. If you are using Mime Mail with Mass Contact, you will need to patch
|
| 36 |
Mime Mail with the patch attached to this issue:
|
| 37 |
http://drupal.org/node/223176
|