send email

Node sends incoming message using configured Mail Server. This Node works only with messages that where created using To Email transformation Node, please connect this Node with To Email Node using Success chain.
to send email you have two options:
use the preconfigured Tesenso email service without any configuration effort
or set up your own email service using send grid.

Configuration:

Use system SMTP settings - if enabled default Mail Server configured on System level will be used
Protocol - Mail Server transport protocol: SMTP or SMTPS
SMTP host - Mail Server host
SMTP port - Mail Server port
Timeout ms - read timeout in milliseconds
Enable TLS - if true, enables the use of the STARTTLS command (if supported by the server)
Username - username for the account at the mail host, if any
Password - password for the account at the mail host, if any
Additionally this node can create email attachments if incoming message has prepared attachments metadata field with reference to files stored in DataBase.
Multiple attachments supported. Use a comma separated no whitespace references (uuids) to send many files. Here an example of message metadata:
In case of successful mail sending, original Message will be passed to the next nodes via Success chain, otherwise Failure chain is used.
Last updated
