The sendbulkemail statement sends a single e-mail to multiple recipients.
Parameters
This statement has five 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.
database – database that contains the e-mail addresses. Use “” for the current database.
recipient – Name of field that contains the e-mail addresses (may also be a formula).
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 every selected person in the Contacts database. The body of the message must already be set up in a field or variable named messageBody.
sendbulkemail "","Contacts",Email,"Controlling Spam",messageBody
See Also
History
Version | Status | Notes |
10.0 | No Change | Carried over from Panorama 6.0. |