Easy Send Message

Creates and sends an email.

1378

Inputs/Outputs

datatype_icon

password

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

datatype_icon

username

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

datatype_icon

sender's email address

Email address from which you want to send an email.

datatype_icon

recipients

The email address(es) that the email is sent to.

To send an email to multiple recipients, separate each email address with a comma.
datatype_icon

subject

Subject of the email.

Note Only printable ASCII characters are allowed in this input.
datatype_icon

message

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

datatype_icon

attachments

An array where each element is the path to a file you want to include with the email.

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

outgoing SMTP mail server

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

datatype_icon

port

The port number of the SMTP server to use to send emails.

To use a secure connection, you may need to enter a port number that differs from the default.

Default value: 25

datatype_icon

use secure connection

A Boolean value that determines whether to require a Transport Layer Security (TLS) and Secure Sockets Layer (SSL) secured connection when this node communicates with the SMTP server.

True A TLS/SSL secured connection is required in order to send the email.
False A TLS/SSL secured connection is not required in order to send the email.

Default value: False

datatype_icon

invalid recipients

An array of strings that lists the email addresses rejected by the mail server.

datatype_icon

error out

Error information.

The node produces this output according to standard error behavior.

Standard Error Behavior