Opens a new email and fills in envelope information and default text. Does not send the email.
<send-mail to="addr;addr" cc="addr;addr" bcc="addr;addr" subject="stringID" body="stringID" />
Attributes
to
Semicolon-delimited list of email addresses.
cc
Optional. Semicolon-delimited list of email addresses.
bcc
Optional. Semicolon-delimited list of email addresses.
subject
Optional. Default subject line.
body
Optional. Default body text.
Element Information
Parents | activate-event, then, else |
Children | None |
End Tag | No - close element with "/>" |
Return Value | None |