> For the complete documentation index, see [llms.txt](https://docs.bird.com/taxi/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bird.com/taxi/connectors/amazon-ses/exporting-an-email-to-amazon-ses.md).

# Exporting an email to Amazon SES

To export a version to Amazon SES you will need to select the Project, Mailing and finally the Version you would like to export. You can export from the Mailing level, Version level or from the visual editor. To export:

1. In Taxi, head to your Home screen\
   Select the Project that contains the version you want to export
2. Select the Mailing\
   If you are Admin you can select the Kebab menu and select 'Export' on the mailing level
3. After selecting the Mailing you will see the Versions page\
   Select the 'Export Mailing' option on the right-hand side of the screen under the Exports section. Alternatively select the version you want to export to open it in the visual editor
4. In the visual editor, select 'Export Mailing'

![](https://2516523503-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FMq0EQG9Ff46ZMsrIBcVn%2Fuploads%2Fgit-blob-95af272a3e393936633e34b1fcd8b847d58c4211%2Fexportoption.jpg?alt=media)

\
5\. On the Export page, scroll to ESP connectors\
Select your Amazon SES connector

![](https://2516523503-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FMq0EQG9Ff46ZMsrIBcVn%2Fuploads%2Fgit-blob-95e3a7b498627a37cd008dfd664287365d9f6000%2FAmazonExport.jpg?alt=media)

6\. Select 'Create a new SES Template' or 'Update an existing SES Template'\
Fill in the details.  If you’re creating a new template note that AWS template names do not allow spaces or special characters. The drop down will show any SES templates that already exist in your account

![](https://2516523503-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FMq0EQG9Ff46ZMsrIBcVn%2Fuploads%2Fgit-blob-a3028593d8805e89e9ba8a3f6f8b2facdbcba6de%2FAmazonCreateUpdate.jpg?alt=media)

7\. Under the Segmentation section\
You can select if you want to export one version or use a segment set.Sending a single version means one of the versions of your email will be used to generate your SES template. A segment set will include multiple versions  of content in your SES template (often one for each of a set of different languages).  Handlebars code is generated to make sure each user gets only the one version of the content relevant to them.

![](https://2516523503-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FMq0EQG9Ff46ZMsrIBcVn%2Fuploads%2Fgit-blob-329c335254729f6263857202764e4593311cd637%2FAmazonSegmentation.jpg?alt=media)

8\. Click 'Start Export'&#x20;

Read Next:\
[Using Dynamic Content with the Amazon SES connector](https://docs.messagebird.com/taxi/Connectors/Amazon%20SES/using-dynamic-content-with-the-amazon-ses-connector) | [Setting up the Amazon SES connector](https://docs.messagebird.com/taxi/Connectors/Amazon%20SES/setting-up-the-amazon-ses-connector)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.bird.com/taxi/connectors/amazon-ses/exporting-an-email-to-amazon-ses.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
