Skip to main content

Description

Use the Send SMTP Email Node to send an email via an SMTP connection to a recipient.

Parameters

Some email providers, such as Gmail, require you to configure your mail account to allow sending mail via SMTP before you can use it.
ParameterDescription
Email ServiceSelect the Email Provider of the address you want to send from. If yours is not listed, you can select Other SMTP Service to do a manual configuration.
SMTP SettingsDepending on which Email Service selected above, you need to either enter your login credentials for that service or for the full SMTP connection information in case you selected the “Other SMTP Service” option.
Recipient TO Email AddressesComma-separated list of email addresses to send the email to.
Email SubjectThe subject of the email.
Email ContentThe content of the email. The field supports basic rich text editing.
You can use one of the following authentication methods:
By default, the No Attachment option is selected.
Attachment TypeDescription
From URLYou can specify a public Web URL or a data URL. The linked File will then be attached to that mail. You can also pick a custom filename for the attached file.
From Text ContentYou can define a text that should be sent as an attachment.
From Base64 StringYou can define Base64-encoded data that should be attached.
Custom Content AttachmentIf you need to send text content with a specific MIME-Type, allowing you to define an own MIME-Type.
From Pregenerated MIME NodeAllows to send a fully customized attachment body manually.
OptionDescription
Don’t store resultDefault option. The result isn’t stored.
InputThe result is stored at a specified location in the Input Key to store Result field.
ContextThe result is stored at a specified location in the Context Key to store Result field.

Stop on Error

If switched on, the flow execution will halt in case the mail-sending fails.
ParameterDescription
Custom From Email AddressThis email address will be displayed in the “from” field (sender’s address).
CC Email AddressesThe CC recipients of your email.
BCC Email AddressesThe BCC recipients of your email.
Reply To AddressThis email address is the target for receiving mails when recipients reply to your email.
Define custom text Email ContentIf your content contains non-text content, you can provide a customized text-only version of the mail content here for improved compatibility with limited devices.
Email PriorityYou can use this option to set your priority to high, normal (default), or low.
Execute Request asynchronousIf switched on, the flow execution will continue directly after the Send Email Node was triggered. If turned-off, flow execution will wait until the email is sent.
I