# Configure AWS SES

There are two steps involved in the integration of AWS SES for sending emails.&#x20;

* Configure your domain correctly on AWS.
* Get SMTP details.
* Add your details to Murlist.com

### Configure your domain on AWS.

For most users, this step is usually completed already. Amazon has a help article on how to add your domain here: <https://docs.aws.amazon.com/ses/latest/DeveloperGuide/send-email-set-up.html>

![Add a domain on AWS SES](/files/-MaXAb0K1ZRAcH9X5cOb)

Next, ensure all DKIM and mail from are well configured. This is very important as it can make or break your campaign efforts.&#x20;

![Verify DKIM and Mail From domain are well configured](/files/-MaXCER1AeWyfGfL_S-t)

### GET AWS SES SMTP details

Ensure you are in the same region and click on "SMTP setting". Copy SMTP details  as in the picture (label 2). \
Then create an SMTP credentials by clicking the "create My SMTP Credentials" as in the picture below.

![AWS connection details](/files/-MaXEHGge-kKjHrkBCWg)

The likes of AWS SES, SendGrid, SendinBlue do not provide IMAP. So you will need the IMAP of another mail provider like Google, Zoho, AWS Workmail, etc.\
A general rule is to use the IMAP of where you receive replies to your emails but we place no restrictions on this. You can use whatever IMAP you prefer.\
\
Also note, you can [create a filter ](https://help.murlist.com/email-warmup/how-to-create-email-filter/create-a-filter-for-gmail-gsuite)to keep your inbox productive and auto-archive emails from Murlist.


---

# Agent Instructions: 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:

```
GET https://help.murlist.com/email-warmup/setup-and-configuration-guide/configure-aws-ses-for-email-warmup-inbox-warming.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
