Email Throttling and Rate Limits Explained
Each ESP and ISP enforces its own sending rate limits. Learn the per-provider limits and how to configure throttling in AcelleMail to stay within them.
Email authentication prevents spoofing and improves deliverability. Without it, ISPs are more likely to send your emails to spam.
SPF tells receiving servers which IPs are allowed to send email for your domain.
Add a TXT record to your domain's DNS:
yourdomain.com TXT "v=spf1 include:amazonses.com include:sendgrid.net ~all"
include: for each sending service~all (softfail) or -all (hardfail)dig TXT yourdomain.com | grep spf
DKIM adds a cryptographic signature to your emails proving they haven't been tampered with.
Your sending service provides DKIM records. Add them as CNAME or TXT records:
selector1._domainkey.yourdomain.com CNAME selector1.dkim.amazonses.com
dig CNAME selector1._domainkey.yourdomain.com
DMARC ties SPF and DKIM together and tells ISPs what to do with unauthenticated messages.
_dmarc.yourdomain.com TXT "v=DMARC1; p=none; rua=mailto:dmarc@yourdomain.com; pct=100"
| Policy | Action | When to Use |
|---|---|---|
p=none |
Monitor only | Starting out |
p=quarantine |
Send to spam | After monitoring |
p=reject |
Block entirely | Full enforcement |
p=none for 2-4 weeksrua address)p=quarantine with pct=25 (25% enforcement)pct to 100p=rejectWarning: Never jump straight to
p=reject— you might block legitimate email from services you forgot to authenticate.
Each ESP and ISP enforces its own sending rate limits. Learn the per-provider limits and how to configure throttling in AcelleMail to stay within them.
Hard bounces and soft bounces behave very differently. Learn the SMTP codes behind each type and how AcelleMail handles them to protect your sender reputation.
Step-by-step guide to connecting Amazon Simple Email Service as your sending server in AcelleMail.
Step-by-step guide to connecting Amazon Simple Email Service as your sending server in AcelleMail.
Each ESP and ISP enforces its own sending rate limits. Learn the per-provider limits and how to configure throttling in AcelleMail to stay within them.
Use a pool of sending servers to distribute campaign load, achieve IP rotation, and set up automatic failover when one server goes down.
A proven warmup schedule to build sender reputation on new IPs without getting blocked by ISPs.
AcelleMail is the self-hosted email marketing platform you control end-to-end.
View Pricing