> ## Documentation Index
> Fetch the complete documentation index at: https://docs.mailofly.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Account Quotas And Limits

> Understanding rate limits, daily quotas, monthly sending tiers, and burst allowances.

# Account Quotas and Limits

Mailofly enforces quotas to ensure infrastructure stability, protect IP reputations, and prevent accidental burst sending.

***

## Plan Quotas

| Plan Tier          | Monthly Emails   | Max Burst Rate    | Dedicated IP Option      |
| :----------------- | :--------------- | :---------------- | :----------------------- |
| **Free / Starter** | 3,000 / month    | 2 requests / sec  | No                       |
| **Pro**            | 50,000 / month   | 10 requests / sec | Available                |
| **Scale**          | 250,000+ / month | 50 requests / sec | Included                 |
| **Enterprise**     | Custom           | Custom            | Multiple Dedicated Pools |

***

## Handling Over-Quota Requests

* **Rate Limit (HTTP 429)**: If your application exceeds the per-second API burst rate, Mailofly returns a `429 Too Many Requests` header with a `Retry-After` timestamp. Use an exponential backoff retry mechanism.
* **Monthly Quota Exceeded**: You will receive email notifications when you reach 80% and 100% of your plan allowance. You can enable automatic overage protection in **Billing Settings** to avoid delivery interruption.


## Related topics

- [Send without a domain (Identities)](/getting-started/identities.md)
- [Production Approval](/guides/account/production-approval.md)
- [Introduction](/api/index.md)
- [Usage & Rate Limits](/api/usage-limits.md)
- [Live Resources](/mcp-server/resources.md)
