Template help

This is the template part. It contains the main part that will be used
for building the final mail message. You have two required
fields :
- From : This is the email
(for sample your personal email) that will be visible by each mail
receiver. This is important to put a valid one because any mail
receivers can reply to your message with this email.
- Header : This is the
title part of your message.
Other fields are :
- To : This is hard coded for working with each
email from your data part, you cannot change it.
- CC : This is a field
containing an email used to send a copy of each mail. Each mail
receiver will know that a copy has been sent to this email. Note that
you can insert a data field from this format ${columnName}.
- BCC : This is similar to the CC field
except no one can see the email.
The text editor contains your text body. You can put a data value with
the format ${columnName}. Note
that this text can be a raw text or an HTML text. In this last case, it
is advised to build it with your favorite HTML editor like
dreamwaver,frontpage... and import it.
The attachments are documents bound to each mail. Don't remove an
attached document while the sending process.