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.
Hostname or IP address of the SMTP server to use to send emails. You can also set the port number by appending a colon and the port number to the hostname or IP address in the format hostname:port. The default port number is 25, which only works for SMTP servers without the Transport Layer Security (TLS) protocol.
Log-in username for the SMTP server you are using. On most public servers, this is your email address.
Log-in password for the SMTP server you are using.
Error conditions that occur before this node runs.
The node responds to this input according to standard error behavior.
Standard Error Behavior
Many nodes provide an error in input and an error out output so that the node can respond to and communicate errors that occur while code is running. The value of error in specifies whether an error occurred before the node runs. Most nodes respond to values of error in in a standard, predictable way.
Default: No error
The SMTP client reference for the current session of SMTP requests. You can wire this output to the 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.
Error information.
The node produces this output according to standard error behavior.
Standard Error Behavior
Many nodes provide an error in input and an error out output so that the node can respond to and communicate errors that occur while code is running. The value of error in specifies whether an error occurred before the node runs. Most nodes respond to values of error in in a standard, predictable way.
Where This Node Can Run:
Desktop OS: Windows
FPGA: DAQExpress does not support FPGA devices
Web Server: Not supported in VIs that run in a web application