Send E-mail node
The Send E-mail node sends emails with customized content and transport options. It supports HTML and plain text formats, advanced email headers, and SMTP options.
This node is available in: Authentication, Admin, Self Service, API, Consent, Library, Custom, User Defined
Node configurations
-
Message information
-
From: Specify the sender name displayed in the email.
-
Sender email: Specify the sender email address.
-
E-mail recipients: Specify the primary recipients (To).
-
Cc: Specify additional recipients in carbon copy.
-
Bcc: Specify recipients in blind carbon copy (hidden from others).
-
Reply To: Specify the email address to which replies will be sent.
-
Subject of the e-mail: Specify the email subject.
-
Content of the e-mail (HTML format): Display the email body in HTML format. Supports rich content (links, formatting, images).
-
Content of the e-mail (Text format): Display the email body in plain text format. Used as fallback for clients that do not support HTML.
-
Priority: Sets the email priority (low, normal, high).
-
Wait for sending before proceeding: Pause the flow until the email is sent.
-
-
Transport options
-
Take transport options from environment variables: Use the SMTP configuration from environment variables instead of from manual input.
-
Host: Specify the SMTP server hostname.
-
Port: Specify the SMTP server port (e.g., 25, 465, 587).
-
Secure: Enable secure SMTP (typically SSL/TLS).
-
Authentication:
- Username: SMTP authentication username.
- Password: SMTP authentication password.
-
Default output node
- Success
- Failure