Send a email message to a specific email address.
Click here to learn how to send Text Messages via email to any phone.
Attributes:
- to: the email address to send to
- subject: The subject of the email
- message: The body of the email message
- files: A comma-separated list of attachments
- wait: True to wait for the message to send before continuing execution (default is false)
- result: The name of the variable in which store the result (e.g "true" for successfully sent or "false" for unsuccessfully sent)
Example:
<email to="test@email.com" subject="High Temperature Alarm" message="The temperature is [temp]" files="TempData.txt" wait="true" result="sent" onfail="True" />