Jump to Content

New API Documentation - Developer Preview Available

We are excited to announce the developer preview of our new API documentation for AWS SDK for JavaScript v3. Please follow instructions on the landing page to leave us your feedback.

A request to send an email message.

Hierarchy

Properties

ConfigurationSetName?: string

The name of the configuration set that you want to use when sending the email.

Content: undefined | EmailContent

An object that contains the body of the message. You can send either a Simple message or a Raw message.

Destination: undefined | Destination

An object that contains the recipients of the email message.

EmailTags?: MessageTag[]

A list of tags, in the form of name/value pairs, to apply to an email that you send using the SendEmail operation. Tags correspond to characteristics of the email that you define, so that you can publish email sending events.

FeedbackForwardingEmailAddress?: string

The address that Amazon Pinpoint should send bounce and complaint notifications to.

FromEmailAddress?: string

The email address that you want to use as the "From" address for the email. The address that you specify has to be verified.

ReplyToAddresses?: string[]

The "Reply-to" email addresses for the message. When the recipient replies to the message, each Reply-to address receives the reply.