# Configure MailGun

Configuring Mailgun for warmup can be a little tricky considering it, like AWS SES, doesn't have an inbound IMAP.&#x20;

We permit using SMTP from one provider and an IMAP from another. So you can use SMTP from Mailgun and IMAP from any other service you like.

**Outgoing Mail (SMTP) Server**

* Server - smtp.mailgun.org (US) | smtp.eu.mailgun.org (EU)
* Port - *465* or *587*
* User - Your email
* Password - *Your API Key*

The likes of AWS SES, SendGrid, SendinBlue, Mailgun 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-mailgun.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.
