Skip to main content
Guides/The Complete Guide to Email Deliverability

Stop Landing in Spam. Start Landing in the Inbox.

Get your emails to the inbox, every time

12+ pagesFree PDF download

SPF, DKIM & DMARC

Configure and troubleshoot all three authentication protocols step by step.

IP Warming Schedules

Proven warming sequences for dedicated and shared IPs.

Inbox Placement Testing

How to test and monitor your placement rates across major ISPs.

What's Inside the Guide

10,000–15,000 words of actionable, expert content

Real-world examples, code samples, and templates

Step-by-step instructions you can follow today

Checklists, worksheets, and quick-reference tables

Regularly updated with the latest best practices

Get Your Free Guide

Sign up for Email Calculator and download the full guide instantly.

By signing up, you agree to our Terms and Privacy Policy. No spam, unsubscribe anytime.

What Is Email Deliverability?

Email deliverability refers to the ability of an email to land in a recipient's inbox rather than being filtered to the spam folder or blocked entirely. It is often confused with email delivery, but the two are distinct concepts. Delivery simply means the email was accepted by the receiving server. Deliverability means it passed all spam and authentication checks and was placed in the inbox where the recipient can actually see it.

The difference is critical. An email can be successfully delivered — the server accepted it — and still never reach the intended audience. Industry data consistently shows that roughly one in six marketing emails never makes it to the inbox. That means for every 100,000 emails you send, more than 16,000 may disappear into the spam folder or be silently rejected. When you consider the time, budget, and creative effort invested in each campaign, that represents enormous waste.

Deliverability is determined by a complex interplay of factors. Internet service providers (ISPs) and mailbox providers such as Gmail, Outlook, and Yahoo each use proprietary algorithms to evaluate every incoming message. These algorithms consider hundreds of signals before deciding where to place an email. Understanding those signals is the first step toward improving your results.

A common misconception is that deliverability is purely a technical issue. While technical configuration certainly matters — authentication records, sending infrastructure, and server settings all play a role — content quality, subscriber engagement, and list management are equally important. Deliverability sits at the intersection of technology and marketing, and treating it as purely one or the other will lead to poor results.

This guide walks through every factor that affects deliverability and provides actionable steps to improve your inbox placement rates. Whether you are sending transactional emails, marketing newsletters, or cold outreach, the principles remain the same.

Why Deliverability Is the Foundation of Email Marketing

Email marketing generates an average return of £36 for every £1 spent. That extraordinary ROI depends on one fundamental assumption: that your emails actually reach your subscribers. Without deliverability, the entire channel collapses.

Poor deliverability creates a cascade of negative effects. When your emails land in spam folders, subscribers never see them. Open rates drop, which damages sender reputation, creating a spiral that becomes harder to reverse. Eventually, even your most engaged subscribers stop seeing your messages.

Consider the financial impact. A monthly spend of £10,000 on email marketing with only 85% inbox placement means £1,500 is burned every month on messages that never perform. Over a year, that is £18,000 wasted. Poor deliverability also harms your brand. When recipients find your emails in spam, they associate your brand with annoyance. That negative association carries to every other channel you use.

Deliverability also affects your ability to measure performance accurately. If a significant portion of your emails never reach the inbox, your analytics become misleading. Low open rates might reflect deliverability problems rather than poor subject lines. Low click-through rates might result from emails landing in spam rather than unappealing content. Without clear visibility into deliverability, you cannot make informed decisions about your programme.

For all these reasons, deliverability must be the foundation upon which every other aspect of your email programme is built. Investing in design, copywriting, and personalisation is wasted if your messages never reach their destination.

The Key Factors That Affect Your Deliverability

Deliverability emerges from the interaction of multiple systems and signals. Understanding these factors helps you diagnose problems and prioritise improvements.

Sender reputation is the most influential factor. Every sender has a reputation score calculated by each major ISP based on complaint rates, bounce rates, spam trap hits, unknown user rates, and engagement patterns. A good reputation takes months to build and can be destroyed in days.

Email authentication — SPF, DKIM, and DMARC — proves to ISPs that you are authorised to send from your domain. Without it, your emails are more likely to be filtered. Google and Yahoo made authentication mandatory in 2024, and other providers are following suit.

Content quality matters. Spammy content combined with other risk factors can tip the balance. Sales-heavy language, misleading subject lines, poor HTML-to-text ratios, and broken links all contribute to negative filtering decisions.

List hygiene means maintaining a clean list. Invalid addresses increase bounce rates. Disengaged subscribers lower engagement metrics. Purchased or scraped lists containing spam traps can destroy your reputation in a single campaign.

Engagement signals — opens, clicks, replies, forwards, and complaints — tell ISPs whether recipients want your email. ISPs increasingly rely on engagement as a primary signal, making it more damaging to send to people who do not want your messages.

Sending infrastructure includes your IP addresses, volume patterns, and server configuration. Dedicated IPs give you reputation control but require careful warming. Shared IPs pool reputation across all senders on that range.

How Sender Reputation Works

Sender reputation functions similarly to a credit score: built slowly through consistent positive behaviour and destroyed quickly by mistakes.

There are two primary types. IP reputation is tied to the sending IP address. A dedicated IP gives you sole ownership of that reputation. A shared IP means you inherit the reputation of all senders on that range. Domain reputation is tied to your sending domain and has grown increasingly important as authentication standards have matured. DMARC alignment ties the sending domain to authentication, making domain reputation harder to avoid.

ISPs calculate reputation using complaint rates (target below 0.1%), bounce rates (hard bounces below 2%), spam trap hits, and engagement patterns. Spam traps are addresses created specifically to catch poor acquisition practices. Pristine traps have never been used for sign-ups and can only be obtained through scraping or purchasing lists. Recycled traps are old addresses repurposed by ISPs. Hitting either signals poor list management.

Engagement patterns are increasingly central. ISPs track opens, clicks, replies, forwards, and folder moves. Low engagement damages reputation even when other metrics look healthy. Sending to a stale or inactive list causes engagement rates to drop, triggering a reputation decline that affects all your campaigns.

The Role of Email Authentication

Email authentication is the technical framework that proves you are who you say you are when sending email. It prevents spoofing, protects your domain from being used in phishing attacks, and provides ISPs with the information they need to make deliverability decisions.

SPF (Sender Policy Framework) works by publishing a DNS record that lists the servers authorised to send email on behalf of your domain. When an ISP receives an email claiming to be from your domain, it checks the SPF record to verify that the sending server is on the authorised list. If the server is not listed, the email may be rejected or flagged.

DKIM (DomainKeys Identified Mail) uses public-key cryptography to sign your emails. The sending server signs the email with a private key, and the receiving server verifies the signature using a public key published in your DNS records. This proves that the email was not tampered with in transit and that it genuinely came from your domain.

DMARC (Domain-based Message Authentication, Reporting and Conformance) ties SPF and DKIM together and tells ISPs what to do when authentication fails. DMARC policies can be set to none (monitor only), quarantine (send to spam), or reject (block entirely). DMARC also generates reports that show you who is sending email from your domain and whether those messages are authenticating successfully.

These three protocols work together to create a chain of trust. SPF verifies the sending server, DKIM verifies the message integrity, and DMARC tells the receiving server what to do if either check fails. When all three are configured correctly, ISPs can be confident that your email is legitimate, which dramatically improves deliverability.

For a complete deep dive into SPF, DKIM, DMARC, BIMI, and MTA-STS — including configuration guides and troubleshooting flowcharts — see our sister guide on email authentication.

Content and List Hygiene Best Practices

Content quality and list hygiene are the two areas where marketers have the most direct control over deliverability. Technical configuration can be delegated to IT teams, but content and list management require ongoing attention from everyone involved in email marketing.

Avoiding spam triggers starts with honesty. Deceptive subject lines, misleading preheader text, and promises the email does not keep all trigger spam filters. So do excessive exclamation marks, ALL CAPS text, and aggressive sales language. But the reality is more nuanced. Content that would be perfectly fine from a trusted sender might trigger filtering from a new or low-reputation sender. Context matters.

Maintaining list hygiene requires a systematic approach. Every email list should have a sunset policy that removes subscribers who have not engaged in a defined period — typically 90 to 180 days. Bounced addresses should be removed immediately. Invalid addresses should never receive a second attempt. New subscribers should receive a welcome sequence that sets expectations and confirms their interest.

Managing bounces means distinguishing between hard and soft bounces. Hard bounces — invalid, non-existent, or blocked addresses — should be removed from your list immediately. Soft bounces — temporary issues like a full mailbox — can be retried a limited number of times before removal. Never continue sending to addresses that have repeatedly soft bounced.

Handling complaints requires making unsubscribe easy and obvious. Every commercial email must include a visible unsubscribe link. Making subscribers hunt for it or requiring them to log in to unsubscribe only increases complaint rates. Also, process unsubscribe requests within 48 hours as required by law in most jurisdictions.

What You'll Learn in the Full Guide

Our comprehensive PDF guide on email deliverability goes far beyond the overview provided here. It includes a deep dive into each authentication protocol with step-by-step configuration instructions for major email platforms and ESPs. You will find IP warming schedules for dedicated IPs, including volume ramps for cold and warm starts.

The guide covers monitoring tools and techniques for tracking your deliverability metrics over time, with guidance on interpreting ISP feedback loops and DMARC aggregate reports. Real-world case studies show how companies recovered from deliverability crises and how others built strong reputations from scratch.

A complete deliverability checklist covers everything from DNS setup through campaign monitoring, ensuring you never miss a critical step. Whether you are launching a new sending programme or fixing a broken one, the checklist provides a structured path to better inbox placement.

Who Needs This Guide

This guide is for anyone who sends email and cares whether it reaches the inbox. Email marketers will learn how to improve campaign performance. ESP users will understand what to look for in their platforms. Business owners who send their own newsletters will gain the technical and strategic knowledge to manage deliverability independently.

IT professionals responsible for email infrastructure will find the technical depth they need, while marketing managers will gain the strategic framework to evaluate their programmes and make informed decisions about tools and practices.

If you send email at any scale — from a few hundred subscribers to millions — deliverability is your most important metric. This guide gives you the knowledge to improve it.

Frequently Asked Questions

Email deliverability is the ability to land in your recipient's inbox rather than their spam folder. It matters because even a well-crafted email is worthless if it never gets seen. Poor deliverability directly reduces your ROI, damages sender reputation, and wastes your marketing budget. Our guide covers every factor that affects deliverability — from authentication to content to list hygiene.

A good deliverability rate is 95% or higher. Industry averages vary by sector, but anything below 90% indicates a problem that needs immediate attention. Top performers regularly achieve 97–99% inbox placement. The guide includes a full breakdown of benchmarks by industry and how to measure yours accurately.

Sender reputation is the single most important factor ISPs use to decide whether your email lands in the inbox or spam. It's built over time through consistent sending practices, low bounce rates, low spam complaints, and high engagement. Our guide walks you through exactly how to build, monitor, and protect your sender reputation.

Delivery means the email was accepted by the recipient's server. Deliverability means it landed in the inbox. An email can be "delivered" to the spam folder — which is why focusing on deliverability (not just delivery) is critical. Our guide explains how to audit your actual inbox placement rates.

IP warming typically takes 2–6 weeks depending on your sending volume and reputation history. The process involves gradually increasing send volume from a new IP to establish a positive reputation with ISPs. The guide includes detailed warming schedules and common mistakes to avoid.

You should clean your list at least every 3–6 months. Remove subscribers who haven't engaged in 6+ months, hard bounces immediately, and anyone who complains. Regular list hygiene is one of the easiest ways to improve deliverability overnight. Our guide includes a complete list cleaning checklist.