What is Email Deliverability?
Email deliverability measures the percentage of emails that successfully reach the recipient's inbox versus being blocked, bounced, or filtered into spam. A high deliverability rate (95%+) means your email marketing, cold outreach, and transactional emails consistently reach your audience.
Email Authentication: The Foundation
Email authentication is the process of verifying that an email actually came from who it claims to be from. Without authentication, your emails are far more likely to be rejected or filtered as spam.
SPF (Sender Policy Framework)
SPF specifies which mail servers are authorized to send email for your domain. When you send an email, the receiving server checks your SPF record to verify the sending server is approved.
Example SPF record:
v=spf1 include:_spf.cloudmails.eu ~all
DKIM (DomainKeys Identified Mail)
DKIM adds an encrypted digital signature to every email you send. This signature is verified using a public key published in your DNS. If the signature is valid, it proves the email was not altered in transit and originated from your domain.
Example DKIM selector:
selector._domainkey.cloudmails.eu TXT "v=DKIM1; k=rsa; p=MIGfMA0GCSqGSIb3DQEBAQUAA..."
DMARC (Domain-based Message Authentication, Reporting & Conformance)
DMARC builds on SPF and DKIM by instructing receiving servers on how to handle emails that fail authentication. It also provides reports about authentication failures.
| Policy | Action | Recommendation |
|---|---|---|
| none | No action, monitor only | Starting point, use for testing |
| quarantine | Mark suspicious emails as spam | After testing, when ready to enforce |
| reject | Reject emails that fail authentication | Full enforcement for maximum protection |
Example DMARC record:
v=DMARC1; p=quarantine; rua=mailto:dmarc-reports@cloudmails.eu; pct=100
Sender Reputation: Your Email Score
Mailbox providers like Gmail, Yahoo, and Outlook maintain reputation scores for every sending IP and domain. Your reputation determines whether your emails go to inbox or spam.
Factors That Affect Sender Reputation
- Complaint Rate: When users mark your email as spam (should stay below 0.1%)
- Bounce Rate: Hard bounces and soft bounces (keep under 2%)
- Engagement: Open rates, click rates, reply rates signal relevance
- Sending Volume: Sudden spikes trigger suspicion
- Spam Trap Hits: Hitting known spam traps damages reputation severely
How to Check Your Sender Reputation
- Google Postmaster Tools: Free tool showing your reputation as seen by Gmail
- Microsoft SNDS: Smart Network Data Services for Outlook/Hotmail
- 第δΈθ : Third-party tools like Valimail, MXToolbox, or GlockTodo
IP Warming: Building Your Reputation
When you start using a new dedicated IP, you need to gradually increase sending volume to establish reputation with mailbox providers. Starting too fast will get you blocklisted.
Recommended IP Warmup Schedule
| Week | Daily Volume (emails) | Notes |
|---|---|---|
| Week 1 | 50 - 100 | Only your most engaged subscribers |
| Week 2 | 100 - 500 | Gradually add more engaged contacts |
| Week 3 | 500 - 2,000 | Monitor bounce rates closely |
| Week 4 | 2,000 - 10,000 | You can now send to cold lists |
| Week 5+ | Scale gradually | Never increase by more than 50% weekly |
List Hygiene: Clean = Deliverable
Your sender reputation is only as good as your email list. Regular list hygiene removes invalid addresses, spam traps, and unengaged contacts that drag down your metrics.
List Hygiene Best Practices
- Verify new signups: Use double opt-in to ensure valid email addresses
- Remove bounces immediately: Hard bounces after 3 attempts, soft bounces after 5
- Monitor engagement: Remove contacts with no opens/clicks in 90-180 days
- Avoid purchased lists: These contain spam traps and invalid addresses
- Re-engage dormant contacts: Send re-engagement campaigns before removing
Content Optimization for Inbox Placement
Even with perfect authentication, your email content can trigger spam filters. Optimize your content to maximize inbox placement.
Do's and Don'ts
- Do: Use a text-to-image ratio of 60:40 or higher
- Do: Include a plain text version alongside HTML
- Do: Personalize subject lines and content
- Don't: Use ALL CAPS or excessive punctuation!!!
- Don't: Use words like "FREE", "CLICK HERE", "ACT NOW" excessively
- Don't: Include too many links, especially shortened URLs
- Don't: Use heavy HTML/CSS that looks suspicious
Common Deliverability Issues and Solutions
| Issue | Cause | Solution |
|---|---|---|
| Emails going to spam | Poor reputation, missing auth | Check SPF/DKIM/DMARC, warm up IP, improve engagement |
| High bounce rate | Dirty list, purchased data | Verify emails before sending, use double opt-in |
| Blocklisting | Spam complaints, trap hits | Request delisting, improve list quality, reduce volume |
| Low engagement | Untargeted audience, weak content | Segment lists, A/B test, personalize content |
Email Deliverability Checklist
Use this checklist to ensure your emails are optimized for deliverability:
- β SPF record published in DNS
- β DKIM signature enabled for all sending domains
- β DMARC policy configured (start with p=none)
- β Dedicated IP address with positive reputation
- β IP warmup schedule followed (for new IPs)
- β Email list cleaned (no invalid addresses)
- β Bounce handling automated
- β Unengaged subscribers removed or re-engaged
- β Content optimized (no spam triggers)
- β Links using full URLs (no shortened links)