> For the complete documentation index, see [llms.txt](https://help.murlist.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.murlist.com/email-warmup/setup-and-configuration-guide/configure-sendgrid.md).

# Configure SendGrid

SendGrid has a pretty straightforward and standard SMTP configuration.<br>

|                    |                   |
| ------------------ | ----------------- |
| **Ports**          | 587               |
| **Username**       | apikey            |
| **Password**       | YOUR\_API\_KEY    |
| **Server \| Host** | smtp.sendgrid.com |

Yes, you have to enter the keyword "apikey" literally as the username. But you will need to create an API Key to use as the password.

Here is how to create an API key to use as the password for SendGrid:

Go to <https://app.sendgrid.com/guide/integrate/langs/smtp>

![How to create an API key to use as SendGrid SMTP password](/files/-MdPmjTLc3qOxYhkWSnh)

Enter a name for your API key, this could be anything. It is just for your own identification then click "Create key". An API key will be generated.<br>

Once you have the API key, enter it as the password for your SendGrid SMTP setup at https:murlist.com/dashboard.\
\
You are all set!

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
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://help.murlist.com/email-warmup/setup-and-configuration-guide/configure-sendgrid.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.
