Try OpenEdge Now
skip to main content
Application Developer's Guide
Using the Rule Wizard framework : Standard macro types : Macro type: sendmail-action
 

Macro type: sendmail-action

Specifies the data necessary for sending an e-mail.

Properties

Name
Value
defaultProperty
The rule language statements required to send an e-mail with the specified fields.
stringValue
The rule language statements required to send an e-mail with the specified fields.

Input properties

Name
Value
to
A string for the To field of the e-mail.
from
A string for the From field of the e-mail.
subject
A string for the Subject field of the e-mail.
body
A string for the body of the e-mail.
In cases where the input properties contain an expression, such as <dataslot dataslotname> and <performer performername>, a substitution occurs when the e-mail message is sent with the actual value of the dataslot or the performer (a dataslot or a plain user name).