Tag: SendMail
The SendMail function sends an email from the user account running the automation.
NOTE | This action is 100% automation and has no counterpart in the EZsuite UI. |
---|
Tag Attributes
Attributes | Attribute Value | Value Description | Comment |
---|
SendTo | N/A | "To" recipients addresses. Use a comma separator to enter several addresses. | Mandatory |
Subject | N/A | Email subject | Mandatory |
CopyTo | N/A | "cc" carbon copy addresses. Use a comma separator to enter several addresses. | Optional |
BlindCopyTo | N/A | "bcc" blind carbon copy addresses. Use a comma separator to enter several addresses. | Optional |
Remak | N/A | Any text you want at the beginning of the body field of the memo. | Optional |
Flags | N/A | Keyword. One or more flags indicating the priority and security of the memo. If you specify multiple flags, format them as a list, as in [SIGN]:[PRIORITYHIGH]:[RETURNRECEIPT]. Enclose each flag in square brackets, as shown. | Optional |
Sub Actions
Attributes | Attribute Value | Value Description | Comment |
---|
Body | N?A | Email Body | Mandatory |
Example Text
<ytriaAutomation Application="aclEZ" Console="False">
<SendMail sendto="laurent@churchofzer.com" subject="666" copyTo="tata@ytria.com" blindCopyTo="toto@ytria.com" Remark="Hello There" Flags="[SIGN]:[PRIORITYHIGH]">
<Body>
Mugre.
Je suis ton slip.
Satan te mange les coudes.
</Body>
</SendMail>
</ytriaAutomation>
XML