Email deliverability is the measure of whether your emails reach the inbox instead of the spam folder, the promotions tab, or nowhere at all. It is the foundation underneath every email program: if your messages do not arrive, nothing else you do in email marketing matters. This guide covers the complete deliverability stack, from authentication and sender reputation through list hygiene, content practices, infrastructure decisions, and the monitoring discipline that holds it all together.
Before any of that, a story. Years ago I was running email operations for businesses scattered across 28 countries, sending from a laptop in whatever timezone I happened to be in that month. One client's open rates fell off a cliff over about three weeks, and the team blamed the copy. I pulled Google Postmaster Tools and watched domain reputation drift from Good to Medium while nobody was looking. The copy was fine. The list had quietly filled with addresses that never opened anything, and the receiving servers had started treating the whole domain as suspect. We pruned the dead weight, fixed a misaligned DKIM domain, and inbox placement recovered inside two send cycles. That was the lesson that stuck: deliverability is not a setting you switch on once. It is an operating discipline, and what most founders miss is that the leak is almost never where they are looking.
Why Deliverability Is the Foundation of Email Marketing
Most email programs obsess over open rates and click rates. Those metrics are downstream of a more fundamental question: did the email arrive at all? Google's bulk sender guidelines require authenticated sending, complaint rates below 0.1%, and one-click unsubscribe. Yahoo's sender requirements mirror these standards. Fail these baseline conditions and your emails never reach the inbox regardless of how good your copy is.
Here is the contrarian part most teams resist hearing. Deliverability is not primarily a technical problem, it is a list-behaviour problem wearing a technical costume. Authentication gets you in the door. Engagement keeps you in the room. A clean OS for your email program treats reputation as a living signal you maintain, not a checkbox you tick during setup.
Deliverability is not primarily a technical problem. It is a list-behaviour problem wearing a technical costume.
Authentication: SPF, DKIM, and DMARC
Email authentication is the first layer of deliverability. It proves to mailbox providers that you are who you claim to be and that your emails have not been tampered with in transit. It is also the layer where the fixes are most concrete, which is why I always start an audit here even though it is rarely the whole story.
SPF (Sender Policy Framework) tells receiving servers which IP addresses are authorized to send on behalf of your domain. DKIM (DomainKeys Identified Mail) adds a cryptographic signature to each email that receiving servers can verify. DMARC (Domain-based Message Authentication, Reporting, and Conformance) ties SPF and DKIM together and tells mailbox providers what to do with emails that fail authentication.
Our SPF, DKIM, and DMARC guide for marketing teams walks through the exact DNS records you need and how to configure them without breaking existing email flows.
Common authentication failures include misaligned DKIM domains, missing SPF includes for third-party ESPs, and DMARC policies set to "none" indefinitely instead of progressing to "quarantine" or "reject."
Want a faster path to better conversions? Get a free Conversion Infrastructure Audit and we will review your site, score your conversion path, and walk through the highest-leverage fixes on a live call.
Sender Reputation
Sender reputation is the score that mailbox providers assign to your sending domain and IP address based on historical sending behavior. It determines whether your emails land in the inbox, get filtered to spam, or are rejected outright.
The sender reputation metrics that matter include complaint rate (must stay below 0.1% for Gmail), bounce rate, spam trap hits, engagement signals (opens, clicks, replies), and sending consistency.
You can monitor your domain reputation through Google Postmaster Tools, which shows domain and IP reputation, spam rate, authentication pass rates, and delivery errors.
Reputation is domain-level and IP-level. If you are on a shared IP, other senders' behavior affects your deliverability. Our guide on dedicated vs shared IP email sending explains when to make the switch.
For new domains or IPs, a proper email warmup strategy is essential. Sending too much volume too quickly on an unestablished domain triggers spam filters immediately.
List Hygiene
List quality directly determines deliverability outcomes. Sending to invalid addresses, inactive contacts, and purchased lists degrades reputation rapidly. This is the layer that ended up being the real fix in the story I opened with. The authentication patch helped, but the recovery came from cutting the dead weight.
The email list hygiene SOP covers the operational practices every team needs: regular bounce suppression, engagement-based segmentation, validation at point of capture, and sunset policies for inactive contacts.
Key list hygiene practices:
- Validate at sign-up. Use real-time email validation to catch typos, disposable addresses, and invalid domains before they enter your list.
- Suppress hard bounces immediately. Never retry a hard bounce; it signals to mailbox providers that you are not maintaining your list.
- Segment by engagement. Send your most important campaigns to your most engaged subscribers first.
- Sunset inactive contacts. Contacts who have not opened or clicked in 90 to 180 days should enter a re-engagement sequence or be suppressed.
List quality directly determines deliverability outcomes. Every invalid address you keep is a vote against your domain reputation.
Our email bounce management guide explains the difference between hard and soft bounces and how to handle each type.
Spam traps are another critical list hygiene concern. Pristine traps (never-used addresses), recycled traps (abandoned addresses reactivated by providers), and typo traps all signal poor list management.
Content and Sending Practices
Content does affect deliverability, but not in the way most people think. I spent years as a copywriter before any of this was automated, learning by hand what humans actually open. That discipline turns out to matter more than any spam-word checklist, because modern filters score engagement, not vocabulary. What matters is:
- Consistent sending patterns. Sudden volume spikes trigger throttling and filtering.
- Engaged audience signals. High open and click rates tell providers your content is wanted.
- Low complaint rates. Complaints above 0.1% damage reputation quickly.
- Clear unsubscribe mechanism. Gmail and Yahoo now require one-click unsubscribe in the email header.
Content best practices for deliverability:
- Use a recognisable sender name and consistent "From" address.
- Avoid misleading subject lines that generate complaints.
- Maintain a healthy text-to-image ratio.
- Include a visible, easy-to-use unsubscribe link.
- Avoid URL shorteners, which are commonly associated with spam.
Infrastructure Decisions
Your sending infrastructure, meaning the ESP, the IP addresses, and the domain architecture, forms the technical backbone of deliverability.
Key infrastructure decisions:
- ESP selection. Choose a provider with strong deliverability tools, IP warm-up support, and abuse management.
- IP strategy. Shared IPs for low-volume senders; dedicated IPs once you consistently send more than 100,000 per month.
- Subdomain architecture. Use separate subdomains for marketing and transactional email to isolate reputation.
- Feedback loops. Set up ISP feedback loops to automatically suppress complainers.
Monitoring and Ongoing Management
Deliverability is not a set-and-forget configuration. It requires ongoing monitoring and proactive response to issues.
The email deliverability audit checklist provides a comprehensive framework for regular reviews covering authentication, reputation, list health, content, and infrastructure.
Monitoring cadence:
- Per send. Check bounce rates, complaint rates, and delivery rates immediately after each campaign.
- Weekly. Review Google Postmaster Tools for domain reputation trends and spam rate changes.
- Monthly. Audit list growth sources, engagement decay, and suppression list size.
- Quarterly. Full deliverability audit covering all layers of the stack.
If your domain or IP ends up on a blocklist, our cold list reactivation guide covers how to approach recovery without compounding the damage.
Frequently Asked Questions
What is a good email deliverability rate?
A strong email program achieves a 95 to 99% delivery rate (emails accepted by the receiving server) and an 85 to 95% inbox placement rate (emails landing in the primary inbox rather than spam or promotions).
How do I check my email deliverability?
Use Google Postmaster Tools for Gmail reputation data, monitor bounce and complaint rates in your ESP, and use inbox placement testing tools to check where your emails land across major providers.
What causes emails to go to spam?
The most common causes are failed authentication (SPF/DKIM/DMARC), high complaint rates, poor list hygiene (bounces and spam traps), inconsistent sending patterns, and damaged sender reputation.
How long does it take to fix deliverability problems?
Minor issues like authentication misconfigurations can be fixed in days. Reputation damage from poor list practices typically takes four to eight weeks of consistent good behaviour to recover from.
Should I use a dedicated IP for email sending?
Only if you send more than 100,000 emails per month consistently. Below that volume, a shared IP with a reputable ESP is typically better because you benefit from the provider's aggregate reputation.
Read Next
- Explore all Deliverability resources
- Email Deliverability Audit Checklist
- SPF, DKIM, and DMARC for Marketing Teams
- Sender Reputation Metrics That Actually Matter
- Website and Conversion Infrastructure
- CRM and Follow-Up Automation
- The Complete Guide to Email Segmentation
- The Complete Guide to Email Ops and AI Workflows
Want Help Applying This?
Deliverability is the invisible foundation that determines whether everything else in your email program works. If your inbox placement is suffering or you are not sure where the leak is, start with a free Conversion Infrastructure Audit and we will identify the technical and operational issues holding your program back. We build the website and conversion infrastructure alongside you as a growth partner.
The hardest part of deliverability is that nothing screams when it breaks. The domain reputation drifts, the placement slips, the opens soften, and by the time the dashboard catches it you have been talking to the spam folder for weeks. So here is the question worth sitting with: if your reputation started slipping today, how long would it take you to notice, and what would you check first?