The sendarrayemail statement sends a single e-mail to multiple recipients.
Parameters
This statement has four parameters:from – the sender’s email address. If blank, the default for the channel will be used. You may also specify the sender’s actual name after a comma, for example joe@acme.net,Joe Smith
. However, not all channels will use this information.
to – is a comma separated array containing recipients' e-mail addresses.
subject – the e-mail subject line.
body – main text of the e-mail to be sent.
Description
This statement sends a single e-mail to multiple recipients. This example sends an e-mail to three recipients. The body of the message must already be set up in a field or variable named messageBody.
sendarraymail "","joe@aol.com,jack@earthlink.com,sue@hotmail.net",
"Controlling Spam",messageBody
See Also
History
Version | Status | Notes |
10.0 | No Change | Carried over from Panorama 6.0. |