What Is Email Deliverability (And Why Most People Get It Wrong)
Email deliverability is not the same as email delivery.
Delivery means the email reached the recipient's mail server. Deliverability means it landed in the inbox, not the spam folder, promotions tab, or a black hole.
You can have 100% delivery and 0% deliverability. That means every email was "delivered" — straight to spam.
This guide covers the complete technical and strategic playbook for achieving and maintaining 98%+ inbox placement rates.
The 4 Pillars of Email Deliverability
Pillar 1: DNS Authentication
This is non-negotiable. Without proper DNS records, major email providers (Gmail, Outlook, Yahoo) will either reject your emails or send them to spam.
SPF (Sender Policy Framework)
SPF tells receiving servers which IP addresses are authorized to send email from your domain.
v=spf1 include:_spf.google.com include:sendgrid.net ~all
Key rules:
- Keep your SPF record under 10 DNS lookups (hard limit)
- Use
~all(soft fail) instead of-all(hard fail) during setup - Include every service that sends email on your behalf
DKIM adds a cryptographic signature to your emails, proving they haven't been tampered with in transit.
- Use 2048-bit keys (1024-bit is deprecated)
- Rotate keys every 6–12 months
- Verify with
dig TXT selector._domainkey.yourdomain.com
DMARC tells receiving servers what to do when SPF or DKIM checks fail.
v=DMARC1; p=quarantine; rua=mailto:dmarc@yourdomain.com; pct=100
Start with p=none (monitoring only), review reports for 2–4 weeks, then move to p=quarantine or p=reject.
Pillar 2: Domain & IP Reputation
Your sender reputation is a score that email providers assign to your domain and IP addresses. It's the single biggest factor in deliverability.
How to check your reputation:
- Google Postmaster Tools — Free, essential for Gmail deliverability
- Microsoft SNDS — For Outlook/Hotmail reputation
- Mail-Tester.com — Quick spam score check
- E-mailer's Reputation Dashboard — Real-time monitoring across all providers
- High bounce rates (> 2%)
- Spam complaints (> 0.1%)
- Sending to purchased lists
- Inconsistent sending volume
- Low engagement rates
- Consistent, gradual volume increases
- Low bounce rates (< 0.5%)
- High engagement (opens, replies, clicks)
- Proper list hygiene
- Authenticated sending
Pillar 3: Email Warm-Up
If you're sending from a new domain or email account, you must warm it up before sending cold email at scale.
The warm-up schedule:
| Week | Daily Emails | Notes |
|---|---|---|
| 1 | 5–10 | Send to engaged contacts only |
| 2 | 15–25 | Mix in a few cold prospects |
| 3 | 30–50 | Expand gradually |
| 4 | 50–100 | Monitor bounce & complaint rates |
| 5–6 | 100–200 | Scale if metrics are healthy |
| 7+ | 200+ | Full production volume |
- Use a warm-up network (like E-mailer's built-in warm-up) that sends and receives emails automatically
- Vary send times — Don't send all emails at exactly the same time
- Include replies — Emails that get replies build reputation faster
- Mix transactional and cold — A domain that only sends cold email looks suspicious
Pillar 4: Content & Infrastructure
Content factors that trigger spam filters:
- Attachments in cold email — Never. Send links instead
- Image-heavy emails — Keep text-to-image ratio above 80:20
- URL shorteners (bit.ly, etc.) — Major spam trigger. Use full URLs
- Too many links — 1–2 links maximum in cold email
- HTML-heavy emails — Plain text outperforms in cold email deliverability
- Dedicated sending domain — Use a subdomain (e.g.,
mail.yourdomain.com) for outreach - Dedicated IP — Shared IPs mean other senders affect your reputation
- Custom tracking domain — Don't use your ESP's default tracking domain
The Deliverability Checklist
Before sending any campaign, verify:
Advanced: Google & Microsoft's 2026 Requirements
Both Google and Microsoft tightened their requirements significantly in 2025–2026:
Google (Gmail):
- SPF or DKIM required for all senders
- DMARC required for senders of 5,000+ emails/day
- One-click unsubscribe required in marketing email
- Spam rate must stay below 0.1% (measured via Postmaster Tools)
- Similar authentication requirements
- Increased emphasis on engagement signals (opens, replies)
- New machine learning models that evaluate sender consistency
Common Mistakes That Kill Deliverability
- Buying email lists — The fastest way to destroy your domain reputation. Don't.
- Ignoring bounces — Remove hard bounces immediately. Continued sending to invalid addresses is a spam signal.
- Ramping too fast — Going from 0 to 1,000 emails/day overnight is a red flag for every email provider.
- Using your primary domain — Always use a subdomain for cold outreach. If you burn the subdomain, your primary domain is safe.
- Skipping authentication — Without SPF/DKIM/DMARC, you're effectively sending from an unsigned, unverified source.
Monitoring & Maintaining Deliverability
Deliverability isn't a "set and forget" project. Monitor these metrics weekly:
| Metric | Target | Action If Below |
|---|---|---|
| Inbox placement | > 95% | Check content, authentication, reputation |
| Bounce rate | < 0.5% | Clean your list, verify before sending |
| Spam complaint rate | < 0.05% | Improve targeting, add easy unsubscribe |
| Open rate | > 25% | Test subject lines, check deliverability |
| Reply rate | > 5% | Improve personalization and copy |