Easy Send Message
- Updated2023-02-17
- 3 minute(s) read
Easy Send Message
Creates and sends an email.
Inputs/Outputs

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

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

sender's email address
Email address from which you want to send an email.

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

subject
Subject of the email.

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

attachments
An array where each element is the path to a file you want to include with 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

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

port
The port number of the SMTP server to use to send emails.
Default value: 25

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

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

error out
Error information.
The node produces this output according to standard error behavior.