SMTP Request
Last updated
Was this helpful?
Last updated
Was this helpful?
UI Bakery allows sending emails using an external email server by connecting to it via the SMTP protocol. The SMTP Request action step configuration works just like in an ordinary email client. However, it has its own specific characteristics as well.
To start sending SMTP Requests, you need to select your SMTP data source and proceed to configuring the action's settings.
Below is a list of SMTP settings you can configure:
From
Reply-To You can use this field if you want your recipients to reply to a different email address than the one you send your emails from. In other cases, you should leave this field blank.
To/CC/BCC These fields accept a single email or a comma-separated list of emails. For example, both of the options below are valid to define the recipients:
Subject
Text part & HTML part You can define one of them or both to support plain text clients and HTML ones at the same time.
Attachments This field accepts a File object/a list of File objects that are retrieved from the File picker component, for example:
The Attachments field can also accept a JavaScript object (or a list of such objects) that contains information about the file, for example:
or