Set Headers

Sets a list of auxiliary headers that you want to send with the email. This node overwrites any existing header values 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

headers

List of auxiliary headers, such as Reply-to, Precedence, and References, that you want to send with the email.

Standard headers such as To, From, Subject, CC, and BCC, are not transmitted even if you include them in the list, because the SMTP client automatically sets them. Each cluster in the list specifies the following elements:
datatype_icon

Name

Field name of the header that appears to the left of the colon.

datatype_icon

Value

Field value(s) that appear to the right of the colon.

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