sendoneemail
FROM
,
TO
,
SUBJECT
,
BODY

The sendoneemail statement sends a single e-mail to a single recipient.


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 senders actual name after a comma, for example joe@acme.net,Joe Smith. However, not all channels will use this information.

to – recipient’s e-mail address.

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 a single recipient. This example sends an e-mail to joe@aol.com. The body of the message must already be set up in a field or variable named messageBody.

sendoneemail "","joe@aol.com","Controlling Spam",messageBody

See Also


History

VersionStatusNotes
10.0No ChangeCarried over from Panorama 6.0.