> For the complete documentation index, see [llms.txt](https://helpdocs.ycloud.com/help-center/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://helpdocs.ycloud.com/help-center/integrations/channels/email/best-practices-for-email/warm-up-sending.md).

# Warm-up Sending

New domains or IP addresses may be considered suspicious by ISPs until they have established a good sender reputation. To improve email deliverability, it is important to gradually warm up the IP/domain/reputation by increasing the volume of sends while ensuring that emails are delivered normally.

Warm-up is a process that takes time and requires careful consideration of recipients, frequency, and content. During the warm-up process, it is important to monitor email returns and adjust sending strategies as needed to ensure normal email delivery. Here are some key factors to consider:

* Target recipients: Only send emails to those who have opted in, especially those least likely to complain or bounce.
* Email frequency: Keep the frequency of email sends at an appropriate level, avoiding sending too many emails too quickly.
* Email quality: Ensure your emails are of high quality and avoid sending illegal or spam emails.

By following these guidelines, you can successfully enhance your IP/domain reputation and improve your email deliverability.

## Warm-Up Recommendations

We recommend following a simple 14-day plan. The daily send volume is shown in the table below.

| Day    | Daily Volume |
| ------ | ------------ |
| Day 1  | 200          |
| Day 2  | 500          |
| Day 3  | 1000         |
| Day 4  | 2000         |
| Day 5  | 5000         |
| Day 6  | 10,000       |
| Day 7  | 14,000       |
| Day 8  | 20,000       |
| Day 9  | 25,000       |
| Day 10 | 35,000       |
| Day 11 | 50,000       |
| Day 12 | 80,000       |
| Day 13 | 130,000      |
| Day 14 | 200,000      |

If the email deliverability rate is below 85%, it is recommended to revert to the previous day's sending speed to ensure a higher success rate.


---

# 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://helpdocs.ycloud.com/help-center/integrations/channels/email/best-practices-for-email/warm-up-sending.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.
