Arguments for Send SMTP Message Method

The following table lists the arguments for the Send SMTP Message (SendSmtpMessage) method.

Argument Display Name and Data Type Argument Name Type Req’d Comment

Bcc Address List

(type: String)

MsgBccList

Input

No

Semicolon-delimited list of email addresses for the BCC line.

Cc Address List

(type: String)

MsgCcList

Input

No

Semicolon-delimited list of email addresses for the CC line.

From Address

(type: String)

FromAddress

Input

Yes

Email address of the sender.

Message Body

(type: String)

MsgBody

Input

No

Email message body content. This content might be specified from a workflow process or script.

Content processing depends in part on whether the argument type is Expression or Literal. For example, when the type is Expression, you can enter operators such as +, specify field names for substitution, and enclose literal strings in quotes. You must enclose carriage returns to include in output in quotes, such as in the following example:

"New Quote" + " " + [Quote Number]

Message Subject

(type: String)

MsgSubject

Input

No

Descriptive subject line for the email message.

To Address List

(type: String)

MsgToList

Input

No

Semicolon-delimited list of email addresses for the To line.