| Note: This system supports automatic remove
requests from any user receiving an email. If they reply with 'remove' in the
subject line, their record will be updated in the database to prevent further
emails going to that address in future. |
|
To send one or more emails as determined by the
inputs. It can be configured to send HTML or plain text emails.
It supports mail-merge to allow any input fields to be merged within the text to
allow easy personalization of messages.
The email content input can accept HTML data or plain text data.
If the Module receives more than
one record with an email address on the To: input then it will send an email to
each address received (i.e. a mailshot)
| What appears on the web page |

Like the Database Module this operates mostly in the
background and displays a simple status box on your web page displaying the
number of emails sent. This status information can be safely deleted from your
web page and the Mailer Module will remain safe and operational.
This module has three inputs:
To: address. Expects an email address, or one email address per record if there are
more than one record.
Subject: Expects a single simple string that
is the subject line. Usually this would be preset in the Module to be a fixed
subject line such as 'Thank you for subscribing' rather than being connected as
an input.
Content: This can be configured with preset email content
text or connected as a input. If this Module is receiving bulk record data on
its inputs then it will send the same email content to each of the email
addresses in the bulk data (assuming the To: field is connected to the right
email address output).
There are no connected outputs from this Module (it sends emails of course, but
they are not 'connected outputs').
|