Set Recipients
- Updated2023-02-17
- 2 minute(s) read
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.

Inputs/Outputs

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

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

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

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.

error in
Error conditions that occur before this node runs.
The node responds to this input according to standard error behavior.
Default value: No error

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

error out
Error information.
The node produces this output according to standard error behavior.