to / cc / bcc / fromAdds an email address element. It takes the following attributes:
Attribute | Description | Required |
name | The display name for the address. | No |
address | The email address. | Yes |
message
Specifies the message to include in the email body. It takes the following attributes:
Attribute | Description | Required |
src | The file to use as the message. | No |
mimetype | The content type to use for the message. | No |
If the src attribute is not specified, then text can be added inside the <message> element. Property expansion will occur in the message, whether it is specified as an external file or as text within the <message> element.