HTML
- Updated2023-02-17
- 3 minute(s) read
HTML
Sets the message you want to include in the body of the email in either plain text or HTML.
The email client of the recipient selects which version to display and usually prefers HTML. If the client cannot process HTML, it will select the plain text version of the message.
This node overwrites any existing messages from the SMTP client reference you wire to the node 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.

subject
Subject of the email.

plain text message
Message in plain text that you want to include in the body of the email.

html message
Message in well-formed HTML that you want to include in the body 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.