- January 2022
- Engineering Memo · External Release
Delivery rate and inbox placement rate are not the same metric. This distinction is understood in theory by most email operators but is routinely violated in practice when delivery rate is used as the primary deliverability health indicator. A 99.5% delivery rate reported by a sending platform can coexist with 45% inbox placement at Gmail — because delivery rate measures successful SMTP acceptance, not where the accepted message was placed by the receiving server's internal filtering.
The gap between delivery rate and inbox placement is the space where spam folders, promotions tabs, and read-receipt-less acceptances live. ISPs accept the message at the SMTP layer — returning a 250 OK — and then route it to spam or the promotions folder based on engagement signals, content analysis, and sender reputation that are evaluated after SMTP acceptance. The sending MTA records a successful delivery. The recipient never sees the email.
Understanding what delivery rate actually measures — and what it cannot tell you — is the prerequisite for building monitoring that catches deliverability problems before they become crises. This note describes the distinction precisely, explains why delivery rate is a useful but insufficient signal, and documents what additional metrics are required to understand actual inbox placement at scale.
What "Delivered" Means at the SMTP Layer
When a receiving ISP returns a 250 OK response to an SMTP DATA command, it is making one commitment: the message has been accepted into the ISP's internal processing. It is making no commitment about where that message will be delivered — inbox, spam folder, promotions tab, or silently discarded by a post-acceptance filter. The 250 OK is an SMTP-layer acknowledgment, not an inbox delivery confirmation.
Gmail's SMTP acceptance and Gmail's spam filtering are two distinct systems. The SMTP acceptance layer evaluates authentication (SPF, DKIM, DMARC) and basic policy compliance. The spam filtering layer — which runs after SMTP acceptance — evaluates engagement signals, content characteristics, sending patterns, domain reputation, and hundreds of additional signals. A message can pass all SMTP-layer checks and still be delivered to spam because the post-acceptance filtering determined it was unwanted by this particular recipient.
Most sending platforms report delivery rate based on SMTP 250 OK responses. This is technically correct — the message was "delivered" to the ISP's infrastructure. But it conflates delivery to the ISP's intake system with delivery to the recipient's inbox, and the gap between these is where deliverability problems live and grow undetected.
Figure 1 — What "Delivered" Actually Measures vs. Where Email Goes
The sending platform records 250 OK. What happens inside the ISP after acceptance is not in the SMTP response.
The Metrics That Actually Measure Inbox Placement
Since the sending MTA cannot observe post-acceptance routing, inbox placement must be measured through signals that reflect recipient behavior — behavior that only occurs if the message reached the inbox. The most reliable of these signals are: open rate from non-Apple-Mail recipients (Apple MPP pre-fetches open pixels, inflating open rates for Apple Mail users), click-through rate, and direct postmaster data from Google and Microsoft that reflects their internal routing decisions.
Gmail Postmaster Tools — Domain Reputation is the single most reliable inbox placement proxy available to senders. It is the only data source that reflects Gmail's internal classification of a sender's traffic — not as seen from outside Gmail's system, but from within it. The domain reputation signal (High, Medium, Low, Bad) directly correlates with inbox placement rates. A sender with High domain reputation delivers to inbox for the vast majority of recipients; a sender with Low reputation is being routed to spam for a significant portion of sends, even though the SMTP delivery rate appears normal.
Engagement rate by ISP — segmenting open and click rates by recipient domain (gmail.com, hotmail.com, yahoo.com, etc.) — reveals ISP-specific inbox placement differentials. If a campaign has 24% open rate for outlook.com recipients and 8% for gmail.com recipients, and the sender knows that this difference does not reflect a different recipient demographic (both are opted-in subscribers acquired the same way), the most likely explanation is that the message is reaching the inbox at Outlook but not at Gmail. ISP-segmented engagement analysis is the first diagnostic step when delivery rate is high but something still feels wrong.
Table 1 — Signals that proxy inbox placement: availability, lag, and limitations
| Signal | Measures | Update lag | Key limitation |
|---|---|---|---|
| Gmail Postmaster Tools — Domain Reputation | Gmail's internal sender classification | 24–48 hours | Gmail only. No per-campaign granularity. |
| Gmail Postmaster Tools — Spam Rate | % of Gmail-delivered messages marked spam | 24–48 hours | Lagging indicator. Not per-campaign. |
| Microsoft SNDS | Microsoft's IP reputation and complaint rate | 24 hours | IP-level only. No domain-level signal. |
| ISP-segmented open rate | Relative inbox placement by ISP | Real-time (hours) | Apple MPP inflates Gmail.com and other Apple Mail users. Must segment by client too. |
| Third-party seed testing | Actual folder placement for test addresses | Per-send | Seed addresses may have different reputation profiles than your real list. Not representative at scale. |
| Delivery rate (SMTP 250 OK) | SMTP-layer acceptance by ISP | Real-time | Does not reflect post-acceptance routing. Inbox, spam, and promo tab all reported as "delivered." |
The Promotions Tab: Delivered But Not Inbox
Gmail's Promotions tab creates a specific category of placement that delivery rate entirely misses: messages that are accepted, not marked spam, but routed to the Promotions tab rather than the primary inbox. For marketing email, the Promotions tab is not inherently damaging — many recipients check it regularly and it is where they expect marketing content. The deliverability concern arises when a sender's content is routinely routed to Promotions when they believe it should reach the primary inbox, and their engagement metrics are being measured against an inbox delivery assumption that does not hold.
Gmail's Promotions classification is based on machine-learning analysis of message structure, content, and sending patterns. It is not algorithmic in the sense that specific content elements deterministically trigger it — it is a learned classifier that updates continuously. General signals associated with Promotions classification: high image-to-text ratio, presence of tracking pixels and click-tracking links, commercial call-to-action language, and sending patterns that match known marketing email campaigns (batch sends to large lists with consistent timing).
For operators trying to understand whether their email is reaching inbox or Promotions: the only reliable method is seed testing with Gmail addresses where the test account has received previous messages from the sender (to establish engagement history), and checking actual folder placement. Engagement rate alone does not distinguish inbox from Promotions placement, because Promotions-tab email can have acceptable open rates from users who actively check that tab.
Building a Monitoring Stack That Measures Both Signals
The monitoring architecture that provides genuine visibility into inbox placement combines three data sources: Gmail Postmaster Tools domain reputation (reviewed daily), ISP-segmented engagement rate per campaign (measured per send), and FBL complaint data per send (processed in near-real-time). Delivery rate from the accounting log is still collected, but as a confirmation signal — low delivery rate is an immediate operational problem, while high delivery rate with declining Postmaster Tools reputation is an early-warning signal of inbox placement deterioration before it becomes acute.
The daily review cadence: check Gmail Postmaster Tools domain reputation every morning before the first send. A change from High to Medium is an alert condition. A change from Medium to Low is a P1 incident requiring investigation before any campaigns are sent that day. The Postmaster Tools spam rate graph provides the most granular view of the trend — spikes on specific dates often correlate with specific campaigns, allowing root cause identification.
The per-campaign review cadence: 24 hours after each campaign, segment open and click rates by recipient email domain. Compare gmail.com engagement to hotmail.com and yahoo.com engagement. If gmail.com engagement is significantly below the others and the list segments are comparable, investigate Gmail-specific placement. Check whether the Postmaster Tools spam rate spiked on the day of the send. If it did, check FBL complaint data for the same date to identify whether a specific list segment produced disproportionate complaints.
The Hidden Cost: When Delivery Rate Masks a Growing Problem
The most dangerous aspect of relying on delivery rate as the primary deliverability KPI is the lag effect: by the time delivery rate declines significantly, the underlying inbox placement problem has typically been developing for weeks or months. ISPs are reluctant to reject mail outright from senders with any established relationship — instead they progressively route more of the sender's email to spam or increase throttling, which appears as a slightly elevated deferral rate but not as a rejection spike. The delivery rate stays above 97% while inbox placement falls from 92% to 65%.
This lag creates a false sense of security. An operator reviewing only delivery rate dashboards sees consistent 98–99% delivery and concludes the infrastructure is performing well. The same sender's Gmail Postmaster Tools domain reputation has been trending downward for six weeks. The ISP-segmented open rate from gmail.com recipients has declined from 22% to 14% over the same period. These signals exist in the data — but only if the monitoring stack includes them. A delivery-rate-only dashboard is structurally blind to the degradation until it becomes severe enough to produce explicit SMTP rejections.
The economic cost of this blind spot is substantial. At 22% open rate for gmail.com recipients, a sender with 300,000 Gmail addresses delivers 66,000 opens per campaign. At 14% open rate from the same list — a plausible inbox placement decline scenario — they deliver 42,000 opens. The 24,000-open difference, at a conservative conversion rate of 0.5% and average order value of €60, represents €720 of lost revenue per campaign. For a sender running weekly campaigns, that is €37,000 per year lost to a delivery-to-inbox decline that delivery rate reporting never captured.
Practical Interpretation: Reading ISP-Segmented Engagement
ISP-segmented open rate analysis is the most accessible inbox placement proxy for operators without access to dedicated inbox monitoring tools. Most sending platforms can segment engagement data by recipient domain — the calculation is straightforward and the insight is immediate. The challenge is interpreting the data correctly given the Apple MPP complication and the normal variation in engagement across different recipient populations.
The correct interpretation framework: compare each ISP's engagement rate to its historical baseline, not to other ISPs. Gmail.com recipients may have naturally different engagement behavior from yahoo.com recipients regardless of inbox placement — the demographic, intent, and email usage patterns differ. A gmail.com open rate of 18% may be excellent performance while a yahoo.com open rate of 18% on the same campaign indicates a significant placement problem, if the historical baselines differ. The signal is the change from baseline, not the absolute value.
Specifically, look for: a consistent downward trend in gmail.com engagement over 4+ campaigns while yahoo.com and outlook.com engagement remains stable. This pattern suggests a Gmail-specific placement issue rather than a general list quality problem, since a list quality problem would affect all ISPs proportionally. Conversely, a sudden drop affecting all ISPs simultaneously suggests a sending event — a bad campaign, a new list segment, or a content issue — rather than a progressive reputation problem.
What Delivery Rate Is Good For
Despite its limitations as an inbox placement proxy, delivery rate (SMTP acceptance rate) remains a critical operational metric — for what it actually measures. A sudden drop in delivery rate from 99% to 92% is an immediate operational signal: a blacklisting has occurred, an authentication failure is rejecting messages, or the ISP is applying a new policy block. These are actionable events that require immediate investigation, and delivery rate monitoring detects them faster than any other signal.
The correct positioning of delivery rate in the monitoring stack: it is an early warning system for acute delivery failures, not a measure of quality delivery. High delivery rate is a necessary but not sufficient condition for good deliverability. The additional metrics — Postmaster Tools reputation, FBL complaint rate, ISP-segmented engagement — provide the quality dimension that delivery rate cannot.
Monitoring both correctly means having alert thresholds at different levels of urgency. A delivery rate drop below 95% at any major ISP is a P1 incident requiring investigation within 15 minutes. A Gmail Postmaster Tools domain reputation change from High to Medium is a P2 condition requiring investigation within 4 hours and analysis of recent campaign data. A gradual 3-point decline in gmail.com segmented open rate over 4 weeks is a P3 trend requiring root cause investigation before the next campaign cycle. Each of these is a real signal. Only delivery rate monitoring captures the P1 incidents in real time. Only the combination captures all three.
The Seed Network Alternative
For operators who need per-campaign inbox placement data rather than aggregate reputation signals, seed network testing provides the most granular alternative. A seed network is a set of monitored email addresses at major ISPs whose inbox placement is checked after each campaign send. Some operators maintain their own seed addresses; others use third-party services that maintain large seed networks across dozens of ISPs globally.
Seed testing has one fundamental limitation that must be accounted for in interpretation: seed addresses have different sending history profiles than real recipients. A seed address at gmail.com has never previously received email from the sender, has never opened or clicked, and has no engagement history that Gmail's reputation system could use to personalize placement decisions. Gmail may apply different placement rules to seed addresses than to the sender's actual list, where many recipients have engagement history.
The practical implication: seed testing is most reliable when the seed addresses have been in the test set long enough to have received multiple previous sends from the sender, establishing an engagement baseline that more closely approximates the real list. New seed addresses should be treated as cold-start estimates — directionally useful but not representative of what engaged, long-standing subscribers experience.
Despite this limitation, seed testing provides campaign-level granularity that Postmaster Tools cannot — it tells you that this specific campaign delivered to inbox at 87% of Gmail addresses, while the previous campaign delivered at 94%. That campaign-level comparison, combined with Postmaster Tools trend data, is a powerful diagnostic combination for isolating inbox placement changes to specific sending events.
Configuring Infrastructure to Support Both Metrics
Infrastructure configuration affects inbox placement through channels that delivery rate monitoring cannot observe. Authentication quality is the most direct: DMARC alignment, DKIM signing with 2048-bit keys, and SPF validation are evaluated by ISPs post-acceptance as part of placement decisions — not just at the SMTP layer as acceptance criteria. A message that passes SMTP-layer authentication but uses a weak DKIM key or has SPF alignment issues may still be placed in spam based on Gmail's post-acceptance authentication scoring.
The List-Unsubscribe header with RFC 8058 one-click compliance affects inbox placement at Gmail directly. Gmail's internal scoring favors messages that make it easy for recipients to unsubscribe — part of the reasoning is that easier unsubscribe means fewer spam complaints, and fewer complaints means better sender quality. Messages without properly configured List-Unsubscribe headers face a small but consistent placement disadvantage at Gmail relative to messages with correct headers. Since June 2024, Gmail has also begun using the presence and correctness of List-Unsubscribe as one signal in its inbox vs. spam classification.
Sending pattern regularity influences inbox placement in ways that delivery rate cannot capture. Gmail's reputation model observes sending patterns at the domain and IP level — including the time of day, day of week, and cadence consistency of sends. An IP that sends 100,000 messages every Tuesday at 9am, consistently, for months, has established a pattern that the reputation model expects. Sudden deviations from that pattern — a Sunday send, a 400,000-message spike, a two-week gap — may produce transient placement degradation while the reputation model re-calibrates to the new pattern. Delivery rate stays normal during this recalibration; inbox placement may not.
FBL complaint processing infrastructure affects inbox placement through the complaint rate signal. Gmail's Postmaster Tools spam rate is influenced by recipients marking messages as spam. When FBL processing is delayed — processing complaints in daily batches rather than in near-real-time — complained-against addresses continue receiving email for up to 24 hours after complaining. These repeat sends to active complainants compound the complaint rate that Gmail sees. Real-time FBL processing that suppresses complainants within seconds of receipt keeps the complaint rate low and the Postmaster Tools domain reputation stable.
Summary: The Monitoring Stack for Genuine Deliverability Visibility
Genuine deliverability visibility requires monitoring at three layers: the SMTP layer (delivery rate from accounting logs — catches acute failures), the ISP reputation layer (Postmaster Tools and SNDS — catches progressive deterioration), and the engagement layer (ISP-segmented open/click rates — catches inbox placement differentials at the campaign level). Each layer is necessary; none is sufficient alone.
The operational discipline required to maintain this monitoring: daily review of Postmaster Tools domain reputation before each send cycle; per-campaign review of ISP-segmented engagement within 24 hours of each campaign; weekly review of the SMTP-attempts-per-delivered-message ratio from the accounting log to detect retry pressure accumulation; and real-time alerting on delivery rate drops that represent acute failures. This four-layer monitoring system catches problems at every stage of progression — from early reputation signals through to direct SMTP rejection — at the earliest possible moment for each category.
Operators who implement this monitoring discover that most deliverability problems have been accumulating for weeks before they become acute — and that early detection consistently produces better outcomes than reactive remediation. The difference between detecting a Postmaster Tools domain reputation decline at Medium and remediating it before it reaches Low, versus detecting it only when delivery rate collapses, is typically 6–8 weeks of recovery time and the deliverability revenue impact of that full period.
The metric hierarchy for email deliverability monitoring: inbox placement rate is the outcome metric that matters most to business results; domain reputation (Postmaster Tools) is the leading indicator that predicts inbox placement trajectory; SMTP delivery rate is the operational health indicator that confirms the infrastructure is functioning. All three are required. None alone is sufficient. The sender who monitors only delivery rate is measuring process compliance, not outcome quality — and will be surprised by inbox placement deterioration that has been telegraphed in their Postmaster Tools data for weeks.
Infrastructure and Monitoring
Our managed infrastructure provides daily Gmail Postmaster Tools monitoring, ISP-segmented delivery analysis from PowerMTA accounting logs, and FBL complaint processing with campaign attribution — the complete monitoring stack for genuine inbox placement visibility. Request assessment →