Description: Delimit a <MAIL> keymacro when multiple keymacros used on one line.
Syntax: <MAIL>options=text string </MAIL>,<keymacro>
Arguments: <MAIL>options
See Also: <MAIL>
Examples:
<MAIL>HOST=smtp.yourcompany.com</MAIL>
<MAIL>FROM=WebAccess SCADA Node</MAIL>
<MAIL>SUBJECT=SCADA notification. </MAIL>
<MAIL>TO=info@yourcompany.com</MAIL>
<MAIL>TO_ADD=support@yourcompany.com</MAIL>
<MAIL>BODY=First Line. </MAIL>
<MAIL>BODY_ADD=First Line also. </MAIL>
<MAIL>BODY_ADD=Second Line. </MAIL>
<MAIL>BODY_ADD=Tom </MAIL>
<MAIL>SEND </MAIL>
Delimit a <MAIL> keymacros when multiple keymacros used on one line and the <MAIL> uses blank spaces.