Open Handle
- Updated2023-02-17
- 3 minute(s) read
Open Handle
Creates a new SMTP client reference using the specified SMTP server. Use this node with other SMTP Email nodes to send emails. You must close the reference using Close Handle.
Inputs/Outputs

server address
Hostname or IP address of the SMTP server to use to send emails.

from
Email address from which you want to send an email.

username
Log-in username for the SMTP server you are using. On most public servers, this is your email address.

password
Log-in password for the SMTP server you are using.

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

use TLS
A Boolean value that determines whether to use Transport Layer Security (TLS) for added security when communicating with the SMTP server.
| True | Open Handle uses TLS when communicating with the SMTP server. |
| False | Open Handle does not use TLS when communicating with the SMTP server. |
Default value: False

reference
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.