Skip to content

Email Action

The Email Action sends preset emails with support for attachments. Use it to send a confirmation email to the submitter, a transactional email to the site owner, etc.

SettingDescriptionRequiredDynamic
SubjectThe subject of the email.
RecipientsThe list of addresses to which the email will be sent, separated by a comma.
BodyThe main content of the email.
Send as HTMLShould the email content be sent as HTML instead of plain text.
Reply ToThe list of addresses to which the recipient will be replying, separated by a comma.
Static AttachmentsThe list of server files that will be attached to the email.
Dynamic AttachmentsThe list of Upload Fields which files will be attached to the email.
CCSThe list of addresses to which the email will be sent as a Carbon Copy, separated by a comma.
BCCSThe list of addresses to which the email will be sent as a Blind Carbon Copy, separated by a comma.
From Name/EmailThe name and email address of the email sender, defaults to the site configuration one.
Advanced
Action NameThe name to reference this action.
StatusDefines if the action is enabled or disabled.
ExecutionA composed condition that must be met in order for the action to be executed.

Submitted Attachments

When a file is submitted by the user, the Data Placeholder of the uploaded file holds just the name of the file, if you want to send that file attached to the email set it as a dynamic attachment instead.

Reply To

If you want to receive an email like if it was sent by the submitter, use Reply To instead of From Email. Forcing the email sender to a different value is considered a bad practice and might affect the delivery rate.