Definition
Email rate limits are the restrictions that mailbox providers place on how many messages they will accept from a sender within a given time period. These limits operate at multiple levels: per-connection (messages per SMTP connection), per-second (messages per second from an IP), per-hour, and per-day. Limits are dynamic and unannounced, adjusted by each mailbox provider based on the sender's reputation and sending history. Understanding and managing rate limits is essential for maintaining high inbox placement and avoiding blocks.
Each major mailbox provider has a different approach to rate limiting. Gmail uses a reputation-based system where new senders typically start at 100-200 emails per second per IP, with the limit increasing as the sender demonstrates good behaviour. Outlook/Hotmail is notably more conservative, starting new senders at 30-50 emails per second and increasing slowly based on complaint and bounce rates. Yahoo and AOL are generally more permissive, with initial limits of 200-500 per second. All providers have hard daily volume caps that vary by sender reputation. For senders with poor reputation or a history of abuse, limits may be reduced to 10-20 per second.
Rate limit detection and self-regulation is a key MTA function. When a sender exceeds a mailbox provider's rate limit, the provider responds with a temporary failure code (4xx, typically "too many connections" or "try again later"). A well-configured MTA detects these responses and automatically reduces sending to the affected provider, then gradually increases as the provider's responses return to normal. Self-regulation prevents the escalations that occur when senders ignore deferral responses: continued over-sending can result in IP blocking, temporary blacklisting, or permanent reputation damage.
Best Practices
Implement per-ISP throttle controls in your MTA configuration. Rather than using a single global send rate, configure separate throttle settings for each major ISP based on their known limits. Monitor deferral rates per ISP and adjust throttles dynamically. Many commercial MTAs support automatic throttle adjustment based on real-time deferral feedback.
Start new IPs at conservative rate limits and increase gradually during warmup. A new IP should start sending at 25-50 emails per second maximum, regardless of ISP capacity. Increase the rate by approximately 10-20% per week during warmup, monitoring deferral and complaint rates at each increase level. Full rate capacity is typically achieved after 6-12 weeks of consistent positive sending behaviour.
Monitor the percentage of 4xx responses per ISP as a rate limit indicator. The acceptable threshold varies by ISP, but as a general rule, if more than 5-10% of your deliveries to a specific ISP are receiving 4xx deferrals, you are approaching or exceeding their rate limit. Reduce sending to that ISP until the deferral rate drops below 3%.
Distinguish between rate limit deferrals and other 4xx deferrals. Not all 4xx codes indicate rate limiting. Mailbox providers use different codes for rate limiting (e.g., 420, 450 4.2.0, or custom messages) vs transient delivery issues (server busy, temporarily unavailable). Configure your MTA to detect rate-limit-specific codes and apply throttle reduction only when those codes are received.
Plan campaigns to stay within your known rate limits rather than hitting limits and backing off. A campaign that repeatedly hits rate limits creates a poor impression with mailbox providers and may lead to reputation downgrades. If your known rate limit is 200 MPS total, plan your campaign so that peak sending rate stays at 160-180 MPS, providing headroom for unexpected volume variations.
Related Glossary Terms
Email Bandwidth
Email sending bandwidth and throughput refer to the rate at which emails can be delivered, typically 100-500 emails/second per IP. Bandwidth planning ensures campaigns complete within desired delivery windows.
Email BIMI VMC
BIMI Verified Mark Certificate (VMC) certifies brand logo ownership for display in supporting email clients. VMCs cost £1,500-2,000+ per year per logo and require DMARC reject or quarantine policy plus SVG logo format.
Email Blacklist
An email blacklist (DNSBL) is a real-time database of IP addresses or domains known for sending spam or unwanted email.
Email Bulkhead
Email bulkhead pattern isolates transactional emails from marketing sends using separate IPs, subdomains, and servers. This protects critical deliverability and prevents marketing issues from affecting essential transactional messages.
Email DANE
DANE (DNS-based Authentication of Named Entities) uses TLSA records to authenticate STARTTLS connections for SMTP, preventing TLS downgrade and man-in-the-middle attacks. It requires DNSSEC to function securely.
Email DKIM Selector
DKIM selector management involves rotating signing keys across named selectors (default, s1, s2, 2024). Multi-selector strategies allow zero-downtime key rotation every 6-12 months for ongoing email authentication.
Frequently Asked Questions
Initial limits: Gmail 100-200/second per IP, Outlook 30-50/second, Yahoo 200-500/second, AOL 200-500/second, G Suite/Google Workspace 100-200/second. These limits increase as sender reputation improves. Daily volume caps also apply and are not published; they increase with positive sending history. Smaller ISPs often have much lower limits of 5-20/second.
Rate limits are detected by monitoring SMTP response codes. When a sender exceeds the limit, the receiving server returns a 4xx temporary failure code. The specific code and message vary by ISP but typically indicate that the server is "too busy," "overloaded," or that the sender should "try again later." Custom rate-limit messages may also be sent.
Continuing to send after receiving rate-limit deferrals can result in escalated blocking: temporary IP blacklisting (5-30 minutes), permanent IP blacklisting, sender domain reputation damage, and reduced future rate limits. Repeatedly ignoring rate limits may result in permanent listing on ISP anti-spam blocklists, requiring significant remediation to restore deliverability.
During warmup, rate limits start low (25-50 MPS) and increase gradually over 6-12 weeks as the IP builds reputation. Steady-state limits are much higher, potentially reaching 500-2000+ MPS for well-established, high-reputation IPs. The warmup period is critical: exceeding the current rate limit during warmup can permanently stunt the IP's growth potential.
For very large senders (100M+ per month), some mailbox providers offer whitelisting or dedicated delivery programs that provide higher rate limits and direct support for delivery issues. These programs typically require meeting strict performance criteria (complaint rates below 0.1%, low bounce rates, proper authentication). Gmail's Postmaster Tools program and Outlook's Smart Network Data Services are examples.