Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Handling Macro

Output

@@SENDER_NAME@@

Sender’s name

Ex: Patrick

@@SENDER_MAIL@@

Sender’s email address

Ex: pcartier@atlasauthority.com

@@SEND_DATE@@

Date email was sent:

@@SEND_DATETIME@@

Date and time email was sent

@@MAIL_SUBJECT@@

Subject of the email

Example Email with Handling Macros

Code Block
<title>This email sent by @@SENDER_NAME@@ - @@SEND_DATETIME@@<title/>
<description>This is the description for @@SENDER_NAME@@ issue.</description>
<level>Important</level>
<feedback>This is a new comment</feedback>
<endDate>@@SEND_DATE@@</endDate>