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