A task to send email. Attachments are supported if the PEAR Mail package is installed.
Table C.63: 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). | No | |
backendParams | String | Comma-separated key-value pairs with backend specific parameters (see here for possible values). | none | No |
<mail tolist="[email protected]" subject="build complete""> The build process is a success... </mail>
Files to be attached.