MailTask

A task to send email. Attachments are supported if the PEAR Mail package is installed.

Table 109. Attributes

Name Type Description Default Required
from String Email address of sender. none Yes
tolist String Comma-separated list of recipients. none Yes
message String Message to send in the body of the email. none No
subject String Email subject line. none No
backend String PEAR Mail backend (see here for possible values). mail No
backendParams String Comma-separated key-value pairs with backend specific parameters (see here for possible values). none No