A task to send email.
Table C.40: 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 |
<mail tolist="user@example.org" subject="build complete"">The build process is a success...</mail>