ESS
All Guides
Deliverability

The Ultimate Email Deliverability Guide for 2025

Dan Morrison
January 10, 2025
22 min read
11 sections

What Is Email Deliverability?

Email deliverability is the measure of how successfully your emails reach subscribers' inboxes rather than landing in spam folders or being rejected outright. It is influenced by a complex interplay of technical configurations, sender reputation, content quality, and recipient engagement.

Many marketers confuse delivery rate (emails accepted by the server) with deliverability (emails that reach the inbox). You can have a 99% delivery rate while 40% of those delivered emails sit in spam. True deliverability requires monitoring inbox placement specifically.

Authentication Protocols

Email authentication is the foundation of deliverability. Without proper authentication, mailbox providers have no way to verify you are who you claim to be, and will treat your messages with suspicion.

SPF Explained

Sender Policy Framework (SPF) is a DNS-based authentication method that lets you specify which mail servers are authorized to send email on behalf of your domain. When a receiving server gets an email, it checks the SPF record of the sending domain to verify the message came from an authorized source.

Key considerations for SPF:

  • You are limited to 10 DNS lookups per SPF record — exceeding this causes SPF to fail
  • Use include: mechanisms for third-party senders like your ESP
  • Always end your SPF record with -all (hard fail) or ~all (soft fail)
  • Flatten your SPF record if you are approaching the lookup limit

DKIM Explained

DomainKeys Identified Mail (DKIM) adds a cryptographic signature to your emails that proves the message was not tampered with in transit and was authorized by the domain owner. The receiving server uses the public key published in your DNS to verify the signature.

DKIM best practices:

  • Use at least a 2048-bit key (1024-bit is considered weak)
  • Rotate your DKIM keys every 6-12 months
  • Sign with your own domain, not your ESP's domain, for maximum reputation benefit
  • Ensure your ESP supports custom DKIM signing

DMARC Explained

Domain-based Message Authentication, Reporting, and Conformance (DMARC) ties SPF and DKIM together and tells receiving servers what to do when authentication fails. It also provides reporting so you can monitor authentication results.

DMARC policy progression:

  1. Start with p=none to monitor without affecting delivery
  2. Analyze reports for 2-4 weeks to identify legitimate senders
  3. Move to p=quarantine to send failing messages to spam
  4. Graduate to p=reject for maximum protection

Sender Reputation

Your sender reputation is a score assigned by mailbox providers based on your sending history. It is the single most important factor in deliverability — a good reputation means inbox placement, while a poor reputation means spam or outright rejection.

IP Reputation vs Domain Reputation

Traditionally, reputation was tied to your sending IP address. Today, domain reputation has become equally or more important. Google explicitly weights domain reputation heavily in their filtering algorithms.

This shift matters because it means you cannot simply switch ESPs to escape a bad reputation — your domain reputation follows you. It also means shared IP pools are less risky than they used to be, as your domain reputation provides individual accountability.

List Hygiene Best Practices

Maintaining a clean email list is critical for deliverability. Every bounce, spam complaint, and unengaged subscriber drags down your sender reputation.

  • Remove hard bounces immediately — sending to known-bad addresses is a strong negative signal
  • Implement sunset policies — subscribers who have not engaged in 90-180 days should enter a re-engagement sequence, then be removed if they remain inactive
  • Use double opt-in for new subscribers, especially if you have spam trap concerns
  • Validate emails at point of capture using real-time verification APIs
  • Monitor complaint rates — keep them below 0.1% (Google's threshold is 0.3%)

Content Filtering & Spam Triggers

Modern spam filters use machine learning rather than simple keyword matching, but certain patterns still trigger filtering:

  • Excessive use of ALL CAPS, exclamation marks, or spam-associated phrases
  • Image-heavy emails with minimal text (aim for at least 60/40 text-to-image ratio)
  • Shortened URLs or link redirects through unfamiliar domains
  • Missing unsubscribe links or physical mailing address
  • Misleading subject lines that do not match email content

The best approach to content filtering is to write genuinely valuable content for your subscribers. Engagement signals (opens, clicks, replies) are the strongest positive signal you can send to mailbox providers.

Monitoring & Testing Tools

You cannot improve what you do not measure. Essential deliverability monitoring includes:

  • Inbox placement testing — tools like GlockApps or Mail Tester show where your emails land across providers
  • Blacklist monitoring — check services like MXToolbox for IP and domain blacklisting
  • DMARC reporting — aggregate reports show authentication pass/fail rates across all your sending sources
  • Engagement analytics — track open rates, click rates, and unsubscribes by mailbox provider
  • ESP dashboards — modern platforms like Brew provide built-in deliverability monitoring with reputation trends and authentication status

Recovery Strategies

If your deliverability has degraded, recovery is possible but requires patience and discipline:

  1. Audit your authentication — fix any SPF, DKIM, or DMARC issues first
  2. Clean your list aggressively — remove anyone who has not engaged in 60 days
  3. Reduce volume significantly — send only to your most engaged subscribers
  4. Gradually increase volume — add segments back slowly over 4-6 weeks
  5. Monitor closely — track inbox placement daily during recovery

Recovery typically takes 4-8 weeks depending on the severity of the reputation damage. The key is patience — ramping up too quickly will undo your progress.