# Amazon SES Connector - Send email

This action will send an email via Amazon SES. Then fill in any relevant input fields related to the email


# Input

Field Description
Content type
Required
Select the content type of the email you want to send. You can send a simple email or template email message.

# Simple email

Field Description
Subject The subject line of the email.
From The email address from which the email is being sent. This email address must be verified with SES before it can be used to send an email. Learn about the verification process (opens new window)
To Add the email addresses here to which the email needs to be sent to.
Text Data Add the message body here. This content is displayed if the email client does not support HTML.
HTML Data Add any data with HTML content here. This content is displayed in email clients that support HTML. HTML messages can include formatted text, hyperlinks, and more.
BCC Add BCC email addresses here.
CC Add CC email addresses here.
Tags Add tags to identify a specific email that is being sent. Tags correspond to characteristics of the email that you define, and they can be published to email sending events.
Feedback forwarding email address Any bounce or complaint notifications on the emails sent will be forwarded to this email address. Learn about feedback monitoring (opens new window).
From email address identity arn Add the ARN of the “from” email address here. This helps to add authorization policies to the emails. Learn about authorization policies (opens new window).
Feedback forwarding email address identity arn Add the ARN of the “feedback forwarding” email address here. This helps to add authorization policies to the emails. Click here to know more about authorization policies.
List management options Associate an email with a topic, so that contact can unsubscribe from the same. Provide both the contact list name and associated topic name
Reply to addresses When the recipient replies to the email, it will be sent to this address.
Configuration Set Add the name of the configuration set to use when sending the email. Configuration sets are groups of rules that you can apply to the emails you send using Amazon SES. Learn how to set up and use configuration set (opens new window).

# Template email

Field Description
Subject The subject line of the email.
From The email address from which the email is being sent. This email address must be verified with SES before it can be used to send an email. Learn about the verification process (opens new window)
To Add the email addresses here to which the email needs to be sent to.
Template Select the template name from the list. To create templates use create object action. Learn about creating Amazon SES email templates (opens new window).
Template Data Template data that needs to be customized is shown here. Enter customized values.
BCC Add BCC email addresses here.
CC Add CC email addresses here.
Tags Add tags to identify a specific email that is being sent. Tags correspond to characteristics of the email that you define, and they can be published to email sending events.
Feedback forwarding email address Any bounce or complaint notifications on the emails sent will be forwarded to this email address. Learn about feedback monitoring (opens new window).
From email address identity arn Add the ARN of the “from” email address here. This helps to add authorization policies to the emails. Learn about authorization policies (opens new window).
Feedback forwarding email address identity arn Add the ARN of the “feedback forwarding” email address here. This helps to add authorization policies to the emails. Click here to know more about authorization policies.
List management options Associate an email with a topic, so that contact can unsubscribe from the same. Provide both the contact list name and associated topic name
Reply to addresses When the recipient replies to the email, it will be sent to this address.
Configuration Set Add the name of the configuration set to use when sending the email. Configuration sets are groups of rules that you can apply to the emails you send using Amazon SES. Learn how to set up and use configuration set (opens new window).

# Output

Field Description
Message ID The message ID. This field indicates that the email was successfully sent.


Last updated: 8/15/2022, 4:42:08 AM

On this page