After you create a configuration set and add an event destination, the last step to event publishing is to send your emails.
To publish events associated with an email, you must provide the name of the configuration set to associate with the email. Optionally, you can provide message tags to categorize the email.
You provide this information to Amazon SES as either parameters to the email sending API, Amazon SES-specific email headers, or custom headers in your MIME message. The method you choose depends on which email sending interface you use, as shown in the following table.
Email Sending Interface Ways to Publish EventsSendEmail
API parameters
SendTemplatedEmail
API parameters
SendBulkTemplatedEmail
API parameters
SendCustomVerificationEmail
API parameters
SendRawEmail
API parameters, Amazon SES-specific email headers, or custom MIME headers
ImportantIf you specify message tags using both headers and API parameters, Amazon SES uses only the message tags provided by the API parameters. Amazon SES does not join message tags specified by API parameters and headers.
SMTP interface
Amazon SES-specific email headers
The following sections describe how to specify the configuration set and message tags using headers and using API parameters.
NoteYou can optionally include message tags in the headers of your emails. Message tags can include the numbers 0â9, the letters AâZ (both uppercase and lowercase), hyphens (-), and underscores (_).
Using Amazon SES API ParametersTo use SendEmail, SendTemplatedEmail, SendBulkTemplatedEmail, SendCustomVerificationEmail, or SendRawEmail with event publishing, you specify the configuration set and the message tags by passing data structures called ConfigurationSet and MessageTag to the API call.
For more information about using the Amazon SES API, see the Amazon Simple Email Service API Reference.
When you use SendRawEmail
or the SMTP interface, you can specify the configuration set and the message tags by adding Amazon SES-specific headers to the email. Amazon SES removes the headers before sending the email. The following table shows the names of the headers to use.
Configuration set
X-SES-CONFIGURATION-SET
Message tags
X-SES-MESSAGE-TAGS
The following example shows how the headers might look in a raw email that you submit to Amazon SES.
X-SES-MESSAGE-TAGS: tagName1=tagValue1, tagName2=tagValue2
X-SES-CONFIGURATION-SET: myConfigurationSet
From: sender@example.com
To: recipient@example.com
Subject: Subject
Content-Type: multipart/alternative;
boundary="----=_boundary"
------=_boundary
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
body
------=_boundary
Content-Type: text/html; charset=UTF-8
Content-Transfer-Encoding: 7bit
body
------=_boundary--
Although you must specify the configuration set name using the Amazon SES-specific header X-SES-CONFIGURATION-SET
, you can specify the message tags by using your own MIME headers.
Header names and values that you use for Amazon SES event publishing must be in ASCII. If you specify a non-ASCII header name or value for Amazon SES event publishing, the email sending call will still succeed, but the event metrics will not be emitted to Amazon CloudWatch.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4