Email Deliverability: The Complete Guide for 2026
Master email deliverability in 2026. Learn how SPF, DKIM, DMARC, list hygiene, and sender reputation affect your inbox placement rate — with actionable fixes.
Table of Contents
What Is Email Deliverability?
Email deliverability measures how often your emails land in the inbox — not just whether they reach the receiving mail server. Many people confuse three different metrics, and that confusion leads to the wrong fixes.
A 99% delivery rate sounds great until you realize 40% of those emails ended up in spam. Your ESP reports delivery rate. What matters for revenue is inbox placement rate.
The gap between a 99% delivery rate and a 79% inbox placement rate is where revenue disappears. Getting this right means understanding what controls inbox placement.
For a broader look at how deliverability fits into your overall program, see our email marketing strategy guide.
The 5 Factors That Destroy Email Deliverability
ISPs like Gmail, Outlook, and Yahoo evaluate hundreds of signals when deciding where to place your email. Most deliverability problems trace back to five root causes.
1. List Hygiene
Sending to invalid addresses, spam traps, and role accounts is the fastest way to destroy your sender reputation. A bounce rate above 2% triggers automatic throttling at most major ISPs. Bad addresses on your list are the single most common cause of deliverability collapse.
2. Email Authentication
Without valid SPF, DKIM, and DMARC records on your sending domain, ISPs have no way to verify you are who you say you are. Gmail and Yahoo now require authentication for all bulk senders. Unauthenticated email gets filtered before any content analysis happens.
3. Sender Reputation
Every IP address and domain you send from has a reputation score maintained by ISPs and third-party services like Sender Score. High bounce rates, spam complaints, and sudden volume spikes all lower your score. A damaged reputation can take weeks to recover.
4. Email Content
Spam filters scan subject lines, body text, images, and links. Words like "FREE!!!", ALL CAPS, excessive punctuation, mismatched links, and suspicious attachments raise spam scores. But content is rarely the root cause — it amplifies existing reputation problems.
5. Subscriber Engagement
Gmail and other inbox providers actively watch whether recipients open, click, reply, and move emails from spam to inbox. Low engagement signals to ISPs that recipients don't want your email. Sending to a large list of people who never open is worse than a small engaged list.
SPF, DKIM, and DMARC Explained Simply
Email authentication is the foundation of deliverability. Without it, you will fail inbox placement filters at Gmail, Yahoo, and Microsoft regardless of how clean your list is. All three protocols work together.
SPF (Sender Policy Framework)
What it does: SPF tells receiving mail servers which IP addresses and sending services are authorized to send email on behalf of your domain. It lives in a DNS TXT record.
What it prevents: Forged "From" domains. Without SPF, anyone can send email that appears to come from your domain.
How to check yours:
dig TXT yourdomain.com | grep spf
Example SPF record:
v=spf1 include:sendgrid.net include:mailchimp.net ~all
~all means soft fail (flag suspicious mail). -all means hard fail (reject it). Start with ~all while testing.
Common problem: Multiple SPF records on one domain. You can only have one. Combine all sending sources into a single record.
DKIM (DomainKeys Identified Mail)
What it does: DKIM adds a cryptographic signature to the email header. The receiving server uses a public key in your DNS to verify the signature — confirming the email was not modified in transit and actually came from your domain.
What it prevents: Email tampering and spoofing. It also builds a trackable sending history that ISPs use in reputation scoring.
How to check yours:
dig TXT selector._domainkey.yourdomain.com
Replace selector with the selector your ESP provides (e.g., google, s1, k1).
Example DKIM record:
v=DKIM1; k=rsa; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC...
Your ESP generates the key pair. You add the public key to DNS. The ESP signs outgoing mail with the private key.
DMARC (Domain-based Message Authentication, Reporting and Conformance)
What it does: DMARC ties SPF and DKIM together. It tells receiving servers what to do when an email fails authentication: do nothing (none), send to spam (quarantine), or reject it (reject). It also generates reports about who is sending email from your domain.
Why it matters now: Google and Yahoo's 2024 bulk sender requirements mandate a DMARC policy of at least p=none for anyone sending over 5,000 emails per day. Many ISPs apply stricter filtering to domains without DMARC.
Recommended starting record:
v=DMARC1; p=quarantine; rua=mailto:[email protected]; pct=100
rua is where aggregate reports go. Start with p=quarantine and move to p=reject once you're confident all legitimate sending streams are authenticated.
How to check yours:
dig TXT _dmarc.yourdomain.com
| Protocol | Record Type | DNS Location | What It Verifies |
|---|---|---|---|
| SPF | TXT | yourdomain.com | Sending IP is authorized |
| DKIM | TXT | selector._domainkey.yourdomain.com | Email not tampered, signed by domain |
| DMARC | TXT | _dmarc.yourdomain.com | Policy for failed auth + reporting |
Sender Reputation: How ISPs Score You and How to Recover
Every IP address and domain you send from has a reputation score. ISPs maintain these scores internally, and third-party services like Sender Score (Validity) and Talos Intelligence (Cisco) publish public versions. Your score directly determines whether your email goes to the inbox, spam, or gets blocked.
What Hurts Sender Reputation
- Hard bounce rate above 2%: Signals you're sending to invalid addresses. Clean your list before each campaign. See our guide on hard bounces vs. soft bounces to understand the difference.
- Spam complaint rate above 0.1%: Gmail's Postmaster Tools will show you this. Above 0.3% and Gmail will start blocking your messages.
- Sudden volume spikes: Jumping from 1,000 to 100,000 emails per day overnight looks like a compromised account or a spammer. Ramp volume gradually.
- Hitting spam traps: Spam trap addresses are owned by ISPs and anti-spam organizations. They never opt in to anything. If you're emailing them, it means your list collection process has problems.
- Low engagement: Gmail specifically uses engagement signals. A list where nobody opens or clicks teaches Gmail your mail belongs in spam.
- Blacklist listings: Services like Spamhaus, SURBL, and Barracuda maintain block lists. A listing can cut delivery in half overnight.
How to Check Your Sender Reputation
- Sender Score by Validity (free) — scores your IP from 0 to 100
- Google Postmaster Tools (free) — shows domain and IP reputation for Gmail specifically
- MXToolbox Blacklist Checker (free) — checks 100+ blacklists at once
- Talos Intelligence (free) — Cisco's reputation database used by many enterprise mail gateways
How to Recover a Damaged Sender Reputation
-
Stop sending to your full list immediately. Continuing to send to bad addresses while your reputation is already damaged makes it worse. Pause and diagnose first.
-
Clean your list. Remove all hard bounces, spam complaints, and addresses that haven't opened in the last 6 to 12 months. Use Emails-Wipes bulk verifier to identify and remove invalid addresses before resuming.
-
Check and fix authentication. Verify SPF, DKIM, and DMARC are all passing using MXToolbox or a mail-tester tool.
-
Request removal from blacklists. If MXToolbox shows you on Spamhaus or other major lists, submit a delisting request. Most require you to demonstrate you've fixed the underlying problem.
-
Re-engage before resuming full send. Start with your most engaged segment (opened in the last 30 days). Gradually increase volume over 2 to 4 weeks while monitoring bounce and complaint rates.
List Hygiene: The #1 Email Deliverability Fix
Of all the things you can do to improve deliverability, cleaning your list produces the fastest and most dramatic results. An unhealthy list is the root cause behind most deliverability problems, because it directly damages sender reputation.
A clean list means:
- No invalid or non-existent email addresses (these cause hard bounces)
- No disposable/temporary email addresses (high churn, never real users)
- No role addresses like
info@,admin@,noreply@(owned by groups, not individuals) - No known spam traps
- No duplicates
- No addresses that have previously complained
When to Clean Your List
- Before every major campaign if you haven't sent in 90+ days
- Quarterly for active lists with regular sends
- Immediately if your bounce rate exceeds 2% or open rates are falling
- Before migrating to a new ESP — many ESPs charge based on list size and some will penalize you for importing dirty lists
Clean Your List in Minutes
Emails-Wipes verifies email addresses in bulk: syntax check, DNS validation, SMTP verification, spam trap detection, and disposable email detection. Upload your list and get results in seconds.
What Happens to Deliverability After Cleaning
Typical results after a thorough list clean:
| Metric | Before Cleaning | After Cleaning |
|---|---|---|
| Hard bounce rate | 4-8% | Below 0.5% |
| Open rate | Declining | +15-40% improvement |
| Spam complaint rate | 0.2-0.5% | Below 0.05% |
| Inbox placement rate | 60-75% | 90-98% |
For a deeper look at what different bounce types mean and how they affect deliverability differently, read our guide to hard bounces vs. soft bounces.
Email Warm-Up: How to Build Sender Reputation From Scratch
If you're starting with a brand-new domain or IP address, you cannot send 50,000 emails on day one. ISPs have never seen your domain before. Sending high volume before you have a reputation gets you filtered or blocked immediately.
Warm-up means gradually increasing your sending volume over 4 to 8 weeks while keeping engagement metrics high. Here's a simple warm-up schedule for a new domain:
| Week | Daily Send Volume | Target Audience |
|---|---|---|
| Week 1 | 50-100 | Your most engaged subscribers (recent opens/purchases) |
| Week 2 | 200-500 | Engaged last 30 days |
| Week 3 | 1,000-2,000 | Engaged last 60 days |
| Week 4 | 5,000-10,000 | Engaged last 90 days |
| Week 5-6 | 25,000-50,000 | Active subscribers |
| Week 7-8 | Full list volume | Full list (cleaned) |
Warm-Up Best Practices
- Only send to verified addresses during warm-up. A bounce during warm-up hits much harder when your sending volume is small. Use the Emails-Wipes verifier to pre-screen your list.
- Send your best content first. You want high open and click rates during warm-up to signal positive engagement to ISPs.
- Monitor Gmail Postmaster Tools daily. Watch domain reputation and user-reported spam rate closely during the first few weeks.
- Don't skip days. Consistent daily sending helps ISPs learn your patterns. Gaps followed by spikes look suspicious.
- Do not use your primary domain for cold outreach. Use a subdomain or a separate domain to protect your primary sending reputation.
Deliverability Testing Tools
You can't improve what you don't measure. These tools help you identify problems before they affect your campaigns.
Emails-Wipes
Bulk email verification that removes invalid addresses, disposable emails, spam traps, and role accounts before you send. The fastest way to clean a list and protect your sender reputation. Try it free.
Mail-Tester.com
Send a test email to a unique address and get a spam score with specific recommendations. Shows SPF/DKIM/DMARC status, content issues, and blacklist checks. Good for pre-send content checking.
Google Postmaster Tools
Google's own dashboard shows domain reputation, IP reputation, spam rate, and authentication pass rates for Gmail specifically. Essential for any sender with a significant Gmail audience.
MXToolbox
DNS record lookup and blacklist checker. Check SPF, DKIM, and DMARC records in one place. Run your sending IP against 100+ spam blacklists simultaneously.
GlockApps
Inbox placement testing across 90+ seed accounts including Gmail, Outlook, Yahoo, and corporate mail servers. Shows exactly where your email lands across providers with detailed spam analysis.
Sender Score (Validity)
Check the reputation score (0-100) of your sending IP address. Below 70 is a problem. Below 50 means most ISPs are filtering your mail. Use it to baseline your IP reputation monthly.
Email Deliverability FAQ
What is a good email deliverability rate?
A good email deliverability rate is 95% or higher for overall delivery (emails reaching the mail server). For inbox placement specifically, top senders achieve 90-98%. If your delivery rate falls below 95% or your inbox placement falls below 85%, you have a problem that needs immediate attention. Track both metrics separately because a high delivery rate with low inbox placement means emails are going to spam unnoticed.
Why are my emails going to spam?
The most common reasons are: missing or misconfigured SPF, DKIM, or DMARC records; a sender reputation damaged by high bounce rates or spam complaints; sending to an old or unverified list with invalid addresses; or content that triggers spam filters (all caps, misleading links, suspicious attachments). Check authentication records first with MXToolbox, then check your sending reputation with Sender Score, then verify your list with a tool like Emails-Wipes.
How do I improve email deliverability?
The fastest improvements come from: (1) Setting up proper SPF, DKIM, and DMARC records on your sending domain. (2) Cleaning your email list to remove bounced, invalid, and inactive addresses. (3) Keeping your spam complaint rate below 0.08%. (4) Warming up new sending domains gradually rather than blasting your full list on day one. (5) Sending only to engaged subscribers and sunsetting contacts who haven't opened in 6 to 12 months. Also read our email marketing strategy guide for a full framework.
Does list size affect email deliverability?
List size itself does not hurt deliverability. List quality does. A list of 1 million addresses where 20% are invalid will produce a bounce rate that gets you throttled or blocked. A clean list of 10,000 engaged subscribers will achieve excellent inbox placement. Focus on removing bad addresses and inactive subscribers rather than growing your list faster than you can maintain it.
What is the difference between SPF, DKIM, and DMARC?
SPF authorizes specific IP addresses to send email from your domain. DKIM adds a cryptographic signature to prove the email came from you and wasn't modified in transit. DMARC ties both together by specifying what to do when SPF or DKIM fails, and provides reporting on who is sending email from your domain. All three work together and all three are required by Gmail and Yahoo for bulk senders. Think of SPF as showing your ID, DKIM as a tamper-evident seal, and DMARC as the bouncer deciding what to do with people who don't pass the check.
Ready to Fix Your Deliverability?
Start with the single highest-impact action: clean your email list. Remove invalid addresses, spam traps, and role accounts before they damage your sender reputation further.