DEV Community

Regő Botond Ronyecz
Regő Botond Ronyecz

Posted on

What's a 1% Email Deliverability Improvement Worth to Your Business?

The average inbox placement rate across all senders is 83.1%. That means roughly one in six emails never reaches the inbox — delivered by the mail server's definition, invisible by any practical one.

If you are sending 50,000 emails a month with an 83% inbox placement rate, about 8,500 of those emails are going directly to spam or being silently discarded. They were sent. They were not received. You have no idea which ones.

Most businesses treat deliverability as a binary: either emails are arriving or they are not. The more useful framing is economic. Inbox placement is a revenue lever that most teams are leaving in its default position. Moving it by 1% is worth a calculable, specific number of dollars — and for most businesses sending transactional or lifecycle email, that number is larger than the cost of every tool needed to fix it combined.

This post walks through the calculation in concrete terms, shows what inbox placement actually costs across different business models, and identifies the specific DNS and authentication configurations that drive the gap between 83% and 95%+.


The Baseline: What "Delivered" Actually Means

There is a critical distinction in email metrics that most dashboards blur: delivery rate and deliverability rate are not the same number.

Delivery rate measures whether the receiving mail server accepted the message. A 99% delivery rate means 99% of your emails were not bounced. It says nothing about where they went after acceptance.

Deliverability rate (or inbox placement rate) measures whether the accepted message reached the inbox — not the spam folder, not the promotions tab, the inbox.

Your ESP's dashboard shows delivery rate. What actually drives revenue is deliverability rate.

The gap between them is the spam folder. An email that lands in spam was "delivered" by every metric your dashboard tracks. It generated zero opens, zero clicks, and zero revenue. It is indistinguishable, in your reporting, from an email that reached the primary inbox and was simply not opened.

This is why inbox placement problems are so persistent: the data you see doesn't show them.


The Math: Calculating Your Deliverability Revenue Gap

The calculation has four inputs:

  1. Monthly email volume — how many emails you send per month
  2. Current inbox placement rate — what percentage actually reach the inbox (not your delivery rate — your inbox placement rate, which requires seed testing to measure)
  3. Revenue per email sent — total email-attributed revenue divided by emails sent
  4. Target inbox placement rate — realistically 95%+ with proper authentication in place

The formula:

Revenue gap = Monthly volume × (Target rate − Current rate) × Revenue per email
Enter fullscreen mode Exit fullscreen mode

Let's run it for three different business models.


E-commerce: 100,000 emails/month

An online retailer sending 100,000 emails per month — marketing campaigns, abandoned cart sequences, order confirmations, post-purchase flows — at a revenue per email of $0.25 (a conservative figure; many optimized e-commerce programs run $0.40–$0.80).

Scenario Inbox placement Monthly revenue
Current (industry average) 83% $20,750
Target (properly authenticated) 95% $23,750
Difference +12 percentage points +$3,000/month

That is $36,000 per year from closing the inbox placement gap — on a conservative revenue-per-email figure, before any change to subject lines, send times, or creative.

If the retailer is closer to the industry average inbox placement of 83% and their revenue per email is higher — which is typical for businesses with mature lifecycle sequences — the annual gap is larger.


SaaS: Transactional email at 500,000 emails/month

A SaaS company sending 500,000 transactional emails per month — trial onboarding sequences, feature announcements, expiry warnings, payment failure notices. Revenue per email is harder to calculate directly, but the downstream cost of spam placement on transactional email is concrete: a payment failure notice that lands in spam means a churned customer. An onboarding email that goes unread means a user who does not activate.

Transactional emails have 8x higher opens and clicks compared to regular marketing emails. They are also the emails where deliverability failure has the most direct business consequence — a missed invoice or a password reset that never arrives is a support ticket and a frustrated customer.

At this volume, a 1% inbox placement improvement means 5,000 more transactional emails reaching their recipients every month. For a SaaS with a $500 annual contract value and even a 0.1% conversion rate on those recovered emails, that is 5 additional conversions per month — $2,500/month, $30,000/year.


Agency / MSP: Client email reputation management

An agency managing email infrastructure for 20 clients, each sending 10,000 emails per month at an average revenue per email of $0.15. Current average inbox placement across the client portfolio: 80%.

If the agency brings every client from 80% to 95% inbox placement:

20 clients × 10,000 emails × $0.15 × 0.15 improvement = $4,500/month in recovered revenue
Enter fullscreen mode Exit fullscreen mode

That is $4,500 per month in additional revenue attribution across the portfolio — generated by DNS and authentication fixes, not by a single additional piece of content.


What Is Holding Inbox Placement Below 95%

Only approximately 33.4% of top 1M domains publish valid DMARC, and roughly 85.7% don't enforce it. That is the core of the inbox placement problem for most businesses: the authentication signals that inbox providers use to evaluate sender reputation are either missing or misconfigured on the majority of domains.

Gmail and Yahoo introduced mandatory authentication requirements for bulk senders in early 2024: SPF, DKIM, and DMARC are now required for anyone sending to these providers at scale. Senders who do not meet these requirements see increased spam folder placement, regardless of list quality or content.

The specific configurations that drive inbox placement below 95%:

Missing or broken SPF

SPF lists the mail servers authorized to send email from your domain. When a receiving server checks SPF and the sending IP is not on the list, the email fails authentication — and failed authentication is one of the strongest spam signals an inbox provider uses.

The most common SPF failure mode is not a missing record — it is an incomplete one. A company adds SendGrid to their SPF record when they sign up for transactional email, then adds Google Workspace, then Salesforce, and never updates the SPF record. The Salesforce emails fail SPF. They land in spam. The DMARC report shows it but nobody reads the DMARC report.

# Check your current SPF record
dig yourdomain.com TXT +short | grep spf
Enter fullscreen mode Exit fullscreen mode

DKIM not configured for all sending services

DKIM adds a cryptographic signature to every outgoing email. Receiving servers verify the signature against a public key in your DNS. Unsigned email from your domain — email sent by a service you use that does not have DKIM configured — is treated with significantly more suspicion than signed email.

The problem mirrors the SPF issue: DKIM is configured for the primary email provider and missing for secondary senders. Marketing platforms, CRM tools, HR systems, invoicing software — any of these that send email as your domain without DKIM configured contribute to failed authentication across a portion of your sends.

DMARC at p=none — monitoring without enforcement

DMARC ties SPF and DKIM together and tells receiving servers what to do when authentication fails. The policy options are p=none (do nothing), p=quarantine (send to spam), and p=reject (block entirely).

p=none is the configuration most organizations land on and never leave. It generates reports about authentication failures. It takes no action on them. From an inbox provider's perspective, p=none signals a domain that is aware of its authentication status but has chosen not to enforce it.

Since early 2024, Gmail and Yahoo require SPF, DKIM, and DMARC for any sender delivering at bulk volume. But the requirement is for the records to exist — not for the policy to be enforced. p=none satisfies the existence requirement while doing nothing to improve inbox placement. Moving to p=quarantine and eventually p=reject is what drives the authentication signal that inbox providers reward.

Blacklist placement

A sending IP or domain on a major blacklist sees immediate, severe inbox placement degradation. Spamhaus ZEN covers approximately 3 billion mailboxes. A listing there means a large portion of your emails are being rejected at the server level — they never even reach the spam folder.

Blacklist placement happens for reasons unrelated to your content: a compromised account sending spam, a spike in sending volume that looks automated, or a shared IP on an ESP where a neighboring sender triggered a listing. The only way to know your current blacklist status is to check — and the only way to know when status changes is continuous monitoring.

# Check Spamhaus combined zone (SBL + XBL + PBL)
# Reverse your sending IP octets first (e.g. 192.0.2.1 → 1.2.0.192)
dig 1.2.0.192.zen.spamhaus.org A
# NXDOMAIN = clean. Any other response = listed.
Enter fullscreen mode Exit fullscreen mode

The Fix: What Moves Inbox Placement From 83% to 95%+

The inbox placement gap between the industry average and a properly configured sender is almost entirely explained by four authentication controls. None of them require changes to email content, subject lines, sending frequency, or list composition.

1. Complete SPF record — all sending services listed, under 10 DNS lookups, one record per domain (two records breaks SPF for everyone).

2. DKIM for every sender — all services that send email as your domain have a DKIM key configured, minimum 2048-bit key strength. Keys older than 12 months should be rotated.

3. DMARC policy enforcement — move from p=none to p=quarantine. Read the DMARC RUA reports for two to four weeks. When the reports show clean authentication across your legitimate senders, advance to p=reject. This is the single highest-impact change for inbox placement, and it is a DNS record update.

4. Active blacklist monitoring — know your blacklist status before your recipients tell you about it. The window between listing and your team noticing it manually is typically days. Automated monitoring closes that gap to minutes.

These four changes are not creative work. They are configuration. They require DNS access and about two hours to implement correctly. The revenue recovery they enable is proportional to your email volume — for most businesses, that means the tool cost pays for itself inside the first month.


The Revenue Per Email Calculation for Your Business

If you have not calculated your revenue per email, here is the straightforward version:

Revenue per email = (Email-attributed revenue per month) ÷ (Emails sent per month)
Enter fullscreen mode Exit fullscreen mode

Email-attributed revenue is the revenue from purchases that occurred within the attribution window after an email click or open — your ESP should report this directly.

If you do not have this number, use these industry benchmarks as a starting point:

Business type Revenue per email sent (conservative)
E-commerce (promotional) $0.10–$0.40
E-commerce (transactional / cart recovery) $0.40–$1.50
SaaS (lifecycle / onboarding) $0.05–$0.20
SaaS (payment failure / renewal) $0.50–$2.00
Financial services $0.20–$0.80
B2B (lead nurture) $0.30–$1.50

Now apply the deliverability gap:

Annual revenue gap = Monthly volume × (0.95 − Current placement rate) × Revenue per email × 12
Enter fullscreen mode Exit fullscreen mode

If your current inbox placement rate is 83% and your target is 95%, that is a 12-percentage-point gap. On 50,000 emails per month at $0.25 revenue per email:

50,000 × 0.12 × $0.25 × 12 = $18,000/year
Enter fullscreen mode Exit fullscreen mode

That is the revenue sitting between your current inbox placement rate and where it should be — recoverable through authentication fixes, not through more content or bigger lists.

ZeroHook's Email ROI Calculator runs this calculation for your own numbers without requiring an account — enter your volume, current open rate, and average order value to see your specific gap estimate.


TL;DR

  • The average inbox placement rate is 83.1% — meaning roughly 1 in 6 emails never reaches the inbox. Your ESP's delivery rate does not show this
  • A 1% deliverability improvement is worth $3,000–$36,000+ per year depending on email volume and revenue per email — the range is wide but the floor is significant for any business sending at moderate volume
  • The gap between 83% and 95%+ inbox placement is almost entirely explained by four authentication controls: complete SPF, DKIM for all senders, DMARC at p=quarantine or p=reject, and active blacklist monitoring
  • None of these require content changes — they are DNS configuration fixes that take two hours to implement correctly
  • p=none is the configuration most organizations never leave — it satisfies the existence requirement but takes no action on authentication failures. Moving to p=quarantine is the single highest-impact change for inbox placement
  • Calculate your own number: monthly email volume × (0.95 − current placement rate) × revenue per email × 12 = annual revenue gap from the inbox placement shortfall

*Part of an ongoing series on email deliverability and DNS security.

Top comments (0)