> 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.md).

# Email Warming

- [Setup & configuration guide](https://help.murlist.com/email-warmup/setup-and-configuration-guide.md)
- [How to set up email warming](https://help.murlist.com/email-warmup/setup-and-configuration-guide/how-to-set-up-email-warming.md): A quick guide on setting up email warming Warming on Murlist.com.
- [Configure GSuite/Gmail](https://help.murlist.com/email-warmup/setup-and-configuration-guide/configure-gsuite-gmail-for-email-warming.md): How to add and configure Google suite for email warming.
- [Configure Zoho IMAP & SMTP](https://help.murlist.com/email-warmup/setup-and-configuration-guide/configure-zoho-imap-smtp.md): Configuration guide for Zoho
- [Configure Microsoft Office 365](https://help.murlist.com/email-warmup/setup-and-configuration-guide/configure-microsoft-office-365-mailbox-for-email-smtp-warming.md): How to add and configure Microsoft 365 to MurList email warming.
- [Configure AWS SES](https://help.murlist.com/email-warmup/setup-and-configuration-guide/configure-aws-ses-for-email-warmup-inbox-warming.md): Step-by-step guide on setting up and configuring AWS SES for warming.
- [Configure SendGrid](https://help.murlist.com/email-warmup/setup-and-configuration-guide/configure-sendgrid.md): Steps on how to configure SendGrid SMTP for email warmup.
- [Configure MailGun](https://help.murlist.com/email-warmup/setup-and-configuration-guide/configure-mailgun.md)
- [Configure Yahoo Mail](https://help.murlist.com/email-warmup/setup-and-configuration-guide/configure-yahoo-mail.md)
- [How to create inbox filter](https://help.murlist.com/email-warmup/how-to-create-email-filter.md)
- [Create a Filter Gmail/Gsuite](https://help.murlist.com/email-warmup/how-to-create-email-filter/create-a-filter-for-gmail-gsuite.md): Step-by-step guide on creating a filter for your Gmail/Gsuite
- [Common errors](https://help.murlist.com/email-warmup/common-errors.md)
- [Connection errors](https://help.murlist.com/email-warmup/common-errors/connection-errors.md)
- [Google SMTP error](https://help.murlist.com/email-warmup/common-errors/connection-errors/gmail-smtp-errors.md)
- [Errors with port 25](https://help.murlist.com/email-warmup/common-errors/connection-errors/errors-with-port-25.md)
- [Help fixing connection issues](https://help.murlist.com/email-warmup/common-errors/connection-errors/help-connection-issues.md)


---

# 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.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.
