Email is still the highest-return channel most marketing teams own, but that return depends on a single quiet assumption: that the messages you send actually arrive. Email deliverability is the discipline of making sure they do. It is not a setting you switch on, and it is not something your sending platform handles invisibly on your behalf. It is the cumulative result of your authentication records, your sending reputation, the quality of your list, and how recipients respond to what you send.
This guide covers the fundamentals that determine whether your campaigns reach the inbox in 2026, what the major mailbox providers now require, which metrics genuinely predict trouble, and how to work through a deliverability problem when one appears.
The two terms marketers use interchangeably are not the same thing, and conflating them hides problems.
Delivery is binary. You sent a message, the receiving mail server either accepted it or rejected it. Your platform reports this as a delivery rate, and it is usually reassuringly high.
Deliverability is about placement. Of the messages that were accepted, how many reached the inbox rather than the spam folder or a low-visibility tab? This is the number that determines revenue, and it is the number your sending platform cannot see, because mailbox providers do not report folder placement back to senders.
A campaign can post a 99.2% delivery rate and a 61% inbox placement rate at the same time. The first figure looks like success. The second means four in ten subscribers never had the chance to open it. Teams that monitor only bounces are effectively flying blind, which is why seeded inbox placement testing and Postmaster-style provider dashboards matter.
For most of email's history, mailbox providers filtered with a light touch and published few explicit rules. That era ended. Google and Yahoo introduced formal bulk sender requirements in 2024, Microsoft followed for high-volume senders in 2025, and Apple has been aligning quietly with the same expectations.
Two shifts matter most for anyone sending today:
Underneath all of it, the DMARC specification itself was elevated from an informational document to a Proposed Standard when DMARCbis was published as RFC 9989 and its companions in 2026. Authentication is no longer an optional layer of best practice. It is infrastructure.
Almost every deliverability problem traces back to one of four areas. Diagnosing efficiently means knowing which pillar is cracked before you start changing things.
Authentication records let a receiving server verify that you are entitled to send from your domain. Without them, nothing else you do matters, because you will not be trusted enough to have a reputation in the first place.
Mailbox providers score both your sending domain and your sending IP based on how recipients have responded to you historically. Reputation is earned slowly and lost quickly.
How addresses were collected predicts complaints, bounces and spam trap hits more reliably than any other input. A purchased list will damage a sender faster than any content mistake.
Filters increasingly weigh recipient behaviour: opens, replies, forwards, moving a message out of spam, and on the negative side, complaints, deletes without reading, and silence.
These three DNS-based protocols are the price of entry. They take an afternoon to configure and they are non-negotiable for any sender at volume.
SPF is a DNS TXT record listing the servers permitted to send mail for your domain. When a message arrives, the receiving server checks the sending IP against that list. The practical trap is the ten-DNS-lookup limit: each include: statement for a third-party tool consumes lookups, and once you exceed ten the record returns a permanent error and every message fails SPF. Audit the record whenever you add a new sending tool, and flatten it if you are close to the ceiling.
DKIM adds a cryptographic signature to the message header, generated with a private key held by your sending platform and verified against a public key published in your DNS. It proves the message was authorised by the domain owner and has not been altered in transit. Use 2048-bit keys, and rotate them periodically. DKIM is the more resilient of the two protocols, because unlike SPF it survives forwarding.
DMARC ties SPF and DKIM to the domain the recipient actually sees in the From line, and tells receiving servers what to do when a message fails. It also generates aggregate reports that reveal every service sending mail under your domain, including ones nobody remembers authorising.
Policies escalate in three stages:
Rushing to p=reject before your reports are clean is the most common self-inflicted deliverability wound in this area. Spend at least a month at p=none first.
Passing SPF or DKIM is not sufficient on its own. The authenticated domain must align with the visible From domain. If your From address is [email protected] but SPF passes for a shared platform domain, DMARC fails despite SPF technically passing. Alignment is where most misconfigurations hide, and it is worth verifying explicitly rather than assuming.
Once DMARC is at quarantine or reject, BIMI lets you display a verified brand logo beside your messages in supporting clients, which lifts recognition and trust. ARC preserves authentication results through forwarding chains such as mailing lists, and is expected by Google and Apple for forwarded mail.
The bulk sender requirements have largely converged, which is good news: meeting Google's bar takes you most of the way to meeting everyone else's. The table below summarises current expectations.
| Requirement | Google (Gmail) | Yahoo | Microsoft (Outlook) | Apple (iCloud) |
| Bulk-sender threshold | 5,000+/day per domain to gmail.com | 5,000+/day | 5,000+/day to outlook / hotmail / live.com | No published threshold |
| SPF + DKIM | Both required | Both required | Both required | Both required |
| DMARC policy | p=none minimum | p=none minimum | p=none minimum | Required |
| Domain alignment | SPF or DKIM must align | SPF or DKIM must align | SPF or DKIM must align | Recommended |
| One-click unsubscribe (RFC 8058) | Required on marketing mail | Required on marketing mail | Strongly recommended | Required |
| Unsubscribe honoured within | 2 days | 2 days | 2 days (recommended) | 2 days |
| Spam complaint rate | Stay under 0.10%; never hit 0.30% | Stay under 0.10%; never hit 0.30% | No published figure | No published figure |
| TLS on SMTP connections | Required | Recommended | Required | Recommended |
| Valid forward + reverse DNS (PTR) | Required | Required | Required | Required |
Two points deserve emphasis. First, the 5,000-per-day threshold is measured per domain over any 24-hour window, so a single large campaign can pull you into scope even if your average volume is modest. Second, one-click unsubscribe means the RFC 8058 headers, not a link in the footer. The List-Unsubscribe and List-Unsubscribe-Post headers must both be present, and the endpoint must work without requiring the recipient to log in or complete a preference form.
Reputation is a rolling score attached to your sending domain and IP. Providers do not publish the formula, but the inputs are well understood.
What raises it: consistent sending volume without erratic spikes; high engagement from recipients who open, click, reply or move messages out of spam; low complaints; low bounces; authentication that passes reliably; and steady list growth from genuine opt-in.
What damages it: spam complaints above 0.10%, hard bounces above roughly 2%, hitting spam traps, sudden volume increases on a cold domain, sending to long-dormant subscribers, and any mismatch between what people signed up for and what you actually send.
Complaint rate deserves special attention because it is measured over a rolling window rather than per campaign. One badly targeted send can suppress inbox placement for weeks afterwards, long after the campaign itself is forgotten. Treat the 0.10% figure as your ceiling, not your target.
List hygiene is the least glamorous pillar and the one with the highest return on effort.
Spam traps deserve a note of their own. Pristine traps are addresses that never belonged to a person and only ever appear on scraped or purchased lists. Recycled traps are abandoned real addresses that a provider has reactivated specifically to catch senders who never clean their data. Both are avoidable with permission-based collection and a sunset policy.
How you structure your sending domains and IPs determines how much damage any single problem can do.
Separate your streams by subdomain. Send marketing from something like news.yourbrand.com and transactional mail from mail.yourbrand.com, keeping the root domain for employee correspondence. Reputation largely attaches at the subdomain level, so a campaign that goes badly cannot take your password reset emails down with it.
Choose shared or dedicated IPs deliberately. A dedicated IP only makes sense above roughly 100,000 messages a month, because reputation needs consistent volume to stay warm. Below that, a well-managed shared pool from a reputable provider will usually outperform a dedicated IP you cannot keep busy.
Warm up gradually. A new domain or IP has no history, and sending 50,000 messages on day one is the clearest possible spam signal. Start with a few hundred messages a day to your most engaged subscribers and roughly double every two to three days, watching complaint and bounce rates at each step. Expect four to six weeks to reach full volume.
Keep sending consistent. A sender that mails weekly and then goes silent for three months looks, from a filter's perspective, like a compromised or dormant domain suddenly reactivated. Predictable cadence is itself a positive signal.
Content matters less than authentication and reputation, but it is not irrelevant — it is how filters break ties and how recipients decide whether to complain.
The old advice about avoiding "spam trigger words" is largely obsolete. Modern filters are statistical and contextual; a legitimate sender with a good reputation can use the word "free" without consequence. Reputation is the dominant variable.
Watch these consistently, and watch the trend rather than any single value.
| Metric | What it tells you | Healthy range |
| Delivery (acceptance) rate | Share of sent mail the receiving server accepted | 98%+ |
| Inbox placement rate | Share of accepted mail that reached the inbox, not spam | 95%+ for permissioned lists |
| Hard bounce rate | Invalid or non-existent addresses on your list | Under 0.5% per send |
| Spam complaint rate | Recipients who pressed "report spam" | Under 0.10% |
| Unsubscribe rate | Fatigue and relevance signal | 0.1%-0.5% |
| Read / open rate (directional) | Engagement proxy; inflated by privacy protection | Compare to your own baseline |
| Click-to-open rate | Content relevance, harder to fake | Compare to your own baseline |
| Spam trap hits | List sourcing and hygiene failures | Zero |
| Authentication pass rate | SPF, DKIM and DMARC alignment health | 99%+ |
Open rates deserve a caveat. Privacy protection features pre-fetch images on the recipient's behalf, inflating opens and making them unreliable as an absolute measure. They remain useful as a relative trend against your own baseline, but do not benchmark them against published industry averages.
When placement drops, work through this order. It moves from the cheapest and most common causes to the most involved.
If you are starting from an unknown baseline, this sequence gets you to a defensible position in a month.
Week 1 — establish the facts. Publish or verify SPF, DKIM and DMARC at p=none. Register for Google Postmaster Tools and Microsoft SNDS. Run a seed test to get a real inbox placement number. Document your current bounce, complaint and unsubscribe rates.
Week 2 — clean the list. Run validation against your full file. Remove hard bounces and role addresses. Identify subscribers with no engagement in your sunset window and separate them from your active file.
Week 3 — fix the mechanics. Implement RFC 8058 one-click unsubscribe headers if they are missing. Move marketing sending to a dedicated subdomain if it is still on the root domain. Review your DMARC aggregate reports and authorise or shut down every sending source they reveal.
Week 4 — re-engage and escalate. Run a single re-engagement campaign to dormant subscribers, then suppress everyone who does not respond. Move DMARC to p=quarantine once reports are clean. Re-run the seed test and compare against your Week 1 baseline.
Strong email deliverability is not the product of a clever trick or a single configuration change. It is the compounding result of authenticating properly, sending only to people who asked to hear from you, keeping that list clean, and sending mail worth opening at a predictable cadence.
The providers have made their expectations unusually explicit, and enforcement is now permanent rather than advisory. That is genuinely good for legitimate senders: the requirements are published, the tools to verify compliance are free, and the senders who meet them face measurably less competition in the inbox than they did five years ago. Start with authentication this week, and build the rest on top of it.
Q1. What is the difference between email delivery and email deliverability?
Delivery is a binary outcome: the receiving mail server either accepted your message or bounced it. Deliverability is about placement, meaning whether that accepted message landed in the inbox, the promotions tab, or the spam folder. You can have a 99% delivery rate and still have a serious deliverability problem, which is exactly why teams that only watch bounce rates are often blindsided.
Q2. What is a good inbox placement rate?
For a permission-based list, aim for 95% or better. Anything in the 80s means a meaningful share of your audience never sees your campaigns, and below 80% usually points to an authentication failure, a reputation problem, or a list that contains addresses which never opted in.
Q3. Do I need DMARC if I already have SPF and DKIM?
Yes. Google, Yahoo and Microsoft all require bulk senders to publish a DMARC record, with p=none as the minimum acceptable policy. SPF and DKIM authenticate the sending path and the message; DMARC ties them to the domain your recipients actually see in the From line, and it gives you the reports you need to find unauthorised senders.
Q4. What spam complaint rate is too high?
Google and Yahoo ask senders to stay below 0.10%, which is one complaint per thousand delivered messages, and treat 0.30% as the line that triggers filtering. Because these rates are measured over a rolling window, a single bad send can depress inbox placement for weeks.
Q5. Why did my emails suddenly start going to spam?
Sudden changes usually trace to one of five causes: a volume spike on a domain or IP with no sending history, a newly imported or purchased list, a broken or missing DKIM signature after a platform change, a spike in complaints from an off-brand campaign, or a blocklist entry caused by a spam trap. Check authentication first, because it is the fastest to confirm and the fastest to fix.
Q6. How long does it take to repair a damaged sender reputation?
Plan for four to eight weeks of disciplined sending. Reputation is calculated over rolling windows, so recovery requires a sustained run of low-complaint, high-engagement sends to your most active subscribers before you gradually reintroduce the wider list.
Q7. Should I use a subdomain for marketing email?
Yes, for most senders. Sending marketing campaigns from a subdomain such as news.yourbrand.com keeps their reputation separate from the transactional and employee mail on your root domain, so a poorly performing campaign cannot jeopardise password resets or invoices.
Q8. Does email warm-up still work in 2026?
Gradual volume ramping on a new domain or dedicated IP is legitimate and still necessary. Automated warm-up networks that exchange artificial replies between seed accounts are a different thing entirely, and mailbox providers have become good at recognising that traffic pattern and discounting the engagement it manufactures.
Every provider requirement, threshold and date in this article was verified against the sources below. Re-check them before publication if more than a quarter has passed, since mailbox provider rules continue to change.
