SendEmail Macro Action
The SendEmail action sends an e-mail message.
Note
The SendEmail action is available only in Data Macros.
Setting
The SendEmail action has the following arguments.
Argument |
Required |
Description |
---|---|---|
To |
Yes |
The recipients of the message whose names you want to put on the To line in the message.Separate the recipient names that you specify in this argument (and in the Cc and Bcc arguments) with a semicolon (;). |
Cc |
No |
The message recipients whose names you want to put on the Cc ("carbon copy") line in the message. |
Bcc |
No |
The message recipients whose names you want to put on the Bcc ("blind carbon copy") line in the message. |
Subject |
No |
The subject of the message. This text appears on the Subject line in the message. |
Body |
No |
The text that you want to include in the main body of the mail message. If you leave this argument blank, no additional text is included in the message. |
Remarks
The SendEmail action is available only in the After Delete, After Insert, and After Update macro events.
The SendEmail action does not display the message for editing.