Set Recipients

Sets the list of recipients you want to send the email to. This node overwrites any existing recipients from the SMTP client reference wired to reference in before it executes.

1378

Inputs/Outputs

datatype_icon

reference in

The SMTP client reference for the current session of SMTP requests. You can create an SMTP client reference using Open Handle.

datatype_icon

to

An array of strings where each element contains one email address you want to send the email to.

datatype_icon

cc

An array of strings where each element contains one email address you want to send a copy of the email to.

datatype_icon

bcc

An array of strings where each element contains one email address you want to send a copy of the email to. These email addresses are hidden from other recipients of the email.

datatype_icon

error in

Error conditions that occur before this node runs.

The node responds to this input according to standard error behavior.

Standard Error Behavior

Default value: No error

datatype_icon

reference out

The SMTP client reference for the current session of SMTP requests.

You can wire this output to the reference or reference in input of other SMTP Email nodes. Use Close Handle to dispose of the reference and free system resources when you are done with the current session.
datatype_icon

error out

Error information.

The node produces this output according to standard error behavior.

Standard Error Behavior