C.38 MailTask

A task to send email.

Table C.40: Attributes

NameTypeDescriptionDefaultRequired
fromStringEmail address of sender.noneYes
tolistStringComma-separated list of recipients.noneYes
messageStringMessage to send in the body of the email.noneNo
subjectStringEmail subject line.noneNo

C.38.1 Example

<mail tolist="user@example.org" subject="build complete"">The build process is a success...</mail>

C.38.2 Supported Nested Tags

  • fileset

    Files to be attached (not implemented at this time).