<email:email> | Formats an email then sends the message or stores in an attribute. The message is constructed through nested tags. |
<email:to> |
The |
<email:from> |
The |
<email:subject> |
The |
<email:header> | Adds or sets a header value to the email or any of its parts. |
<email:contentId> |
Sets the |
<email:content> | The body of this tag provides the content to the email or any of its parts. |
<email:file> | Reads the contents of this email or part from a file. |
<email:data> | Provides the raw data of this email or part content. |
<email:multipart> | A multipart component of the email. |
<email:bodypart> | A single part of a multipart component. |
<email:error> | The body of this tag will be processed when there was any type of error while formatting or sending the email. |
<email:getErrorReason> | Gets the error reason for an email attempt. |
<email:success> | The body of this tag will be processed when the email was successfully formatted and sent (or stored in a variable). |