
You send a campaign to 80,000 subscribers and your ESP reports a 98% delivery rate. Everything looks healthy. But two weeks later, you notice open rates have dropped 30% at Gmail — and the decline started before that campaign, not after. The problem was not a single bad send. It was a gradual reputation degradation that nobody caught because nobody was watching the right signals. Your ESP's delivery rate measures acceptance at the SMTP level, not inbox placement. The distinction matters: a message can be "delivered" and routed straight to spam.
Deliverability monitoring is the practice of tracking the signals that determine whether your email reaches the inbox, the spam folder, or gets rejected entirely. It requires data from multiple sources — mailbox provider dashboards, seed testing, blocklist monitoring, and authentication reporting — because no single tool gives you the complete picture. Setting up this monitoring stack takes a few hours. The alternative is discovering problems only when revenue drops.
Mailbox providers publish sender-facing dashboards that expose reputation data, complaint rates, and authentication results. These are the most authoritative data sources available because they come directly from the systems making filtering decisions.
Google Postmaster Tools (GPT) provides Gmail-specific metrics for any domain you verify ownership of. Setup requires adding a DNS TXT record or uploading an HTML file to prove domain ownership.
Key metrics available:
Setup steps:
Limitations: GPT only shows Gmail data. It requires minimum volume thresholds to display metrics, and data is delayed by 24-48 hours. It does not show inbox vs. spam placement directly — it shows reputation and spam complaint rates, from which you infer placement.
Microsoft SNDS provides IP-level data for mail sent to Outlook.com, Hotmail, and Live.com addresses. Unlike GPT, it operates at the IP level, not the domain level.
Key metrics available:
Setup steps:
Limitations: IP-based only — if you are on shared IPs (common with ESPs), you see aggregate data for the entire IP, not just your traffic. Data granularity is daily.
Yahoo Sender Hub (formerly Yahoo Postmaster Tools) covers Yahoo Mail and AOL Mail recipients. It provides domain-level reputation and complaint data.
Key metrics available:
Setup steps:
Provider dashboards tell you about reputation and complaints, but they do not directly answer the question: "Did this email land in the inbox or spam folder?" Seed testing fills this gap.
A seed list is a set of test mailboxes maintained across major providers — Gmail, Outlook, Yahoo, Apple Mail, and others. You send your campaign (or a test version) to these seed addresses alongside your real list. After delivery, the seed testing service checks each mailbox and reports where the message landed: inbox, spam, promotions tab, or missing (not delivered).
Important caveat: Seed mailboxes have no engagement history with your domain. Real subscribers who regularly open and click your messages will typically see better placement than seed results indicate. Seed testing shows your baseline — the placement you get before engagement signals help.
Blocklists (DNSBLs) maintain databases of IP addresses and domains that have been flagged for spam-related behavior. A listing on a major blocklist can cause immediate, severe delivery failures across multiple providers.
| Blocklist | Impact | Trigger |
|---|---|---|
| Spamhaus SBL | Severe — widely used by major providers | Spam trap hits, spam complaints |
| Spamhaus CBL | Severe — focuses on compromised hosts | Bot activity, open relays, malware |
| Barracuda BRBL | Moderate to high | Spam complaints, trap hits |
| SORBS | Moderate | Various spam indicators |
| SpamCop | Moderate | User-reported spam |
Manual blocklist checking is not sustainable. Set up automated monitoring that queries major DNSBLs for your sending IPs and domains at least every 6 hours. When a listing is detected:
Most blocklists have automated or semi-automated delisting processes. Spamhaus typically requires evidence of remediation before removing a listing. Barracuda provides self-service delisting that takes effect within hours.
Your SPF, DKIM, and DMARC configuration is the foundation of deliverability, and misconfigurations can appear silently — a key rotation that introduces a DKIM mismatch, a new sending service that is not in your SPF record, or a DMARC alignment failure caused by a forwarding service.
DMARC aggregate reports (rua) are XML files sent daily by receiving servers that detail authentication results for every message they received from your domain. These reports contain:
From: header domain).Setup: Ensure your DMARC record includes an rua= tag pointing to a mailbox or a DMARC report processing service. Raw XML reports are difficult to read manually — use a report aggregator that parses them into dashboards showing authentication rates over time, source breakdowns, and failure alerts.
From: domain. Common with third-party senders using their own domain for the envelope sender.Each monitoring source provides a different slice of your deliverability picture. The operational value comes from correlating them.
| Symptom | Check First | Then Check |
|---|---|---|
| Open rates dropping at Gmail | GPT domain reputation, spam rate | Seed test Gmail placement, DMARC reports for auth failures |
| Bounces spiking at Outlook | SNDS filter result, trap hits | Blocklist status, SPF/DKIM pass rates |
| Seed tests showing spam placement | Provider reputation dashboards | Blocklist status, complaint rates, content changes |
| Blocklist detected | Bounce logs for trap hit patterns | List hygiene metrics, acquisition source audit |
| DMARC failures increasing | DMARC aggregate reports for source IP | SPF lookup count, DKIM key validity |
| Data Source | Check Frequency | Alert Threshold |
|---|---|---|
| Google Postmaster Tools | Daily | Reputation drops below Medium, spam rate > 0.1% |
| Microsoft SNDS | Daily | Filter result turns yellow or red |
| Yahoo Sender Hub | Daily | Reputation decline or complaint spike |
| Blocklist status | Every 6 hours (automated) | Any listing on major DNSBL |
| Seed testing | Weekly (stable), per-campaign (recovery) | Inbox placement < 85% |
| DMARC aggregate reports | Daily (automated parsing) | Auth pass rate < 99%, unknown source IPs |
| Metric | Healthy | Warning | Critical |
|---|---|---|---|
| Gmail domain reputation (GPT) | High | Medium | Low or Bad |
| Spam complaint rate | < 0.1% | 0.1-0.3% | > 0.3% |
| SPF/DKIM/DMARC pass rate | > 99% | 95-99% | < 95% |
| Seed inbox placement rate | > 85% | 70-85% | < 70% |
| Blocklist status | Clear | Listed on minor DNSBL | Listed on Spamhaus or Barracuda |
| SNDS filter result | Green | Yellow | Red |
rua= tag for aggregate report deliveryYour ESP reports "delivered" when the receiving server accepts the message at the SMTP level. This says nothing about inbox vs. spam placement. A 99% delivery rate and a 40% spam folder rate can coexist. ESP metrics are a starting point, not a monitoring strategy.
Provider dashboards show trends over time. A reputation decline is visible days before it impacts placement. Checking GPT only after open rates crash means you missed the early warning window when intervention would have been cheapest. Daily monitoring catches trends while they are still correctable.
Microsoft and Yahoo receive less attention than Gmail, but they still represent significant portions of most B2B and B2C lists. A reputation problem at one provider can spread if the underlying cause (list hygiene, authentication, content) affects your sending broadly.
A blocklist listing explains Outlook bounces. A DKIM failure explains Gmail spam placement. A complaint spike explains Yahoo filtering. Each data source tells part of the story. Without correlation, you treat symptoms instead of causes, and the same problems recur.
A deliverability monitoring stack combines free provider dashboards (Google Postmaster Tools, Microsoft SNDS, Yahoo Sender Hub), automated blocklist monitoring, seed-based inbox placement testing, and DMARC aggregate report analysis. No single source is sufficient — provider dashboards show reputation, seed tests show placement, blocklist checks catch listings, and DMARC reports reveal authentication gaps. The operational discipline is daily review of provider dashboards, automated alerting on blocklist events and authentication failures, and weekly seed testing during stable periods. The cost of this stack ranges from free (provider dashboards plus manual blocklist checks) to modest (seed testing services and DMARC report aggregators), while the cost of not monitoring — discovering a reputation problem only when revenue drops — is orders of magnitude higher.
Start with 200 free validations. Upgrade only when you're ready.
No credit card required • Cancel anytime