Email Deliverability Tools: The Honest 2026 Stack

The email deliverability tools that matter in 2026, by job: reputation dashboards, DMARC analyzers, blocklist monitors, seed tests. Free options flagged.

Published August 20, 2026 · 10 min read

Most "email deliverability tools" roundups are twenty products that all claim to do the same thing. In reality the category is six distinct jobs — reading provider reputation dashboards, verifying DNS and authentication, analyzing DMARC reports, monitoring blocklists, estimating inbox placement, and processing spam complaints — and the best tool for each job is usually free. Just as important is what no tool can do: nothing on this page, or anywhere else, can show you which folder your mail actually lands in for real recipients at Gmail. Here is the stack that works in 2026, organized by job, with the limits stated honestly.

Provider dashboards: how mailbox providers rate you

No third-party product can tell you how Gmail or Microsoft scores your sending. Only the providers publish that, both do it for free, and their dashboards are the closest thing to ground truth in this entire category. Everything else in your stack should orbit them.

Google Postmaster Tools (free) is the single most important deliverability tool for anyone sending to Gmail. Verify your domain with a TXT or CNAME record (setup docs) and you get Google's own data: whether you meet Gmail's sender requirements, your user-reported spam rate, SPF/DKIM/DMARC pass rates, TLS encryption, and delivery errors with reasons (dashboard documentation).

Two warnings. First, use only guides that describe the current version: the Domain Reputation and IP Reputation dashboards were removed when Google retired the v1 interface between September and October 2025, and many articles still ranking for this topic teach charts that no longer exist. Our full Postmaster Tools guide covers what replaced them. Second, read the metric's fine print: the spam rate counts only DKIM-authenticated mail that reached an engaged recipient's inbox and was then reported — mail filtered straight to spam never enters the calculation, so a 0.0% spam rate does not prove you are inboxing. Google's thresholds are unambiguous: keep the spam rate below 0.10% and "avoid ever reaching a spam rate of 0.30% or higher".

Two operational facts matter more than any feature. Data lags: most dashboards update within about 24 hours, but spam-rate and feedback-loop changes take up to 7 days to appear — never judge a fix sooner. And there is a volume floor: Google publishes no minimum, only that "data might be missing if the total number of messages for a given day is too low" — a privacy-based suppression rule, not a fixed number, so ignore the "100 emails/day" folklore. A domain in early warmup sending a few dozen messages a day will see empty dashboards for weeks; that is normal, not a malfunction. For automation, the Postmaster Tools API v2 is generally available as of August 2026, with batch queries of up to 100 requests.

Microsoft SNDS and JMRP (free, but effectively dedicated-IP only). Smart Network Data Services shows per-IP data for mail sent to Outlook.com, and JMRP is Microsoft's true per-complaint feedback loop. Both moved in 2026: the portal now lives at substrate.office.com, which states that the old sendersupport.olc.protection.outlook.com automated-access URLs "are to be deprecated by June 22nd 2026" — and that trap-hit counts were removed from data reports as of July 22, 2026, closing one of the very few windows senders ever had into spam-trap hits. Confusingly, Microsoft's own Learn pages still linked the old URLs as of August 2026, so expect stale references everywhere.

The bigger catch: SNDS authorizes access by IP control. If you send through a shared ESP pool — Resend, SendGrid, Mailgun, Postmark on shared IPs — you cannot pass authorization, and the per-IP data would blend every customer on the pool anyway. Shared-IP senders should skip SNDS entirely and lean on Postmaster Tools and DMARC reports instead.

DNS and authentication checkers

This is the one layer where measurement is exact, free, and unambiguous: your SPF, DKIM, DMARC, and PTR records are either right or they are not. The fastest check needs no vendor at all:

dig +short TXT example.com                      # SPF
dig +short TXT selector._domainkey.example.com  # DKIM
dig +short TXT _dmarc.example.com               # DMARC
dig +short -x 203.0.113.10                      # PTR / reverse DNS

Do not skip PTR: Gmail's delivery-error taxonomy includes BAD_PTR_RECORD as a first-class rejection reason, and Microsoft states that a sending domain with no A or MX record is routed through its "higher risk delivery pool, regardless of the message content".

If you prefer a web tool, several free ones do the same lookups with interpretation added. MXToolbox SuperTool bundles MX, SPF, DMARC, DKIM, and blocklist checks in one page; Google Admin Toolbox CheckMX validates MX and SPF with an optional DKIM selector field, no login required; and WarmEnvelopes' free domain checker runs the same SPF/DKIM/DMARC/PTR checks for any domain. For debugging a failing message rather than a record, Learn DMARC walks you visually through exactly how SPF, DKIM, and DMARC evaluated — send a message to its test address or paste raw headers — and Mail-Tester returns a /10 SpamAssassin-based score for a message you send to a generated address. All free.

DMARC report analyzers

Once you publish a DMARC record, mailbox providers send you aggregate XML reports showing who is sending as your domain and whether it authenticates. Raw XML is unreadable at any scale; analyzers parse it. This category has genuinely excellent free options as of August 2026:

  • Cloudflare DMARC Management — fully free on all plans; the catch is that your DNS must be on Cloudflare.
  • Postmark DMARC Digest — a free weekly email digest, no Postmark account needed. The free tier shows the top 10 sources with 5 IPs each and 7 days of history; the full dashboard is $14/month per domain.
  • dmarcian — free Personal plan for non-business use up to 1,250 messages/month; paid plans from $24/month.
  • EasyDMARC — free for 1,000 emails/month on 1 domain.
  • Valimail Monitor — free tier that identifies your sending services by name instead of raw IPs; enforcement tiers start at $5,000/year and target enterprises.

For a bootstrapped sender the free stack is settled: Cloudflare if your DNS lives there, otherwise Postmark's digest, plus Valimail Monitor for service identification.

Blocklist monitoring

Listings appear fast and clear slowly, so this is a recurring monitoring job, not a one-off check.

  • multiRBL (free) queries dozens of DNS blocklists, whitelists, and informational lists per IP, with a reverse-DNS sanity check thrown in. Read results carefully: the maintainer stresses that informational entries "don't mean your mail is being blocked" — a common source of false panic.
  • Spamhaus Reputation Checker (free lookups) is the authoritative source for the lists that matter most: SBL, XBL, PBL, DBL, and ZEN.
  • Cisco Talos Reputation Center (free) adds an email reputation grade and volume-trend data per IP or domain.
  • MXToolbox monitors 1 domain weekly for free; its Delivery Center ($129/month as of August 2026) monitors across 100+ blocklists with alerting.

The robust zero-cost alternative is a daily cron job querying the DNSBL zones directly: reverse your IP's octets and query zen.spamhaus.org (and your domain against dbl.spamhaus.org). An NXDOMAIN answer means not listed; any 127.0.0.x answer is a listing. One caveat: Spamhaus rate-limits and blocks queries arriving via public resolvers like 8.8.8.8, so run the checks through your own resolver.

Seed testing and inbox placement tools

Seed testing sends your campaign to a vendor-operated list of mailboxes across Gmail, Outlook, Yahoo, and other providers; the vendor records which folder each copy landed in and reports an "inbox placement rate." Pricing as of August 2026: GlockApps has a free plan with 2 spam-test credits and paid plans from $59/month; MailReach bundles spam tests with warmup at $19.50/mailbox/month; Warmup Inbox starts at $15/inbox/month with a 7-day trial; InboxAlly starts at $149/month; MXToolbox Delivery Center includes placement analysis at $129/month; MailGenius runs free tests with no account; and Validity's Everest — since rebranded Validity Engage — is quote-only.

Now the honest part. Seed testing has four structural problems no vendor can engineer away:

  1. Seed mailboxes have no engagement history. Gmail's filtering is heavily per-recipient; a subscriber who has opened forty of your emails and a seed account that has opened none can legitimately receive different placement for the identical message.
  2. Seeds are not a sample of your list. They are a fixed, reused, vendor-operated set whose behavior patterns providers can recognize.
  3. The seed send is not your real send. It differs in volume, timing, and recipient mix.
  4. Reused seeds decay, accumulating strange reputation profiles from thousands of prior test campaigns.

The result: seed tests are directionally and comparatively useful. They will reliably catch "we are broadly in the spam folder at Outlook," and they are fine for A/B-testing two content variants against each other. But the specific percentage is not an estimate of where your real subscribers' mail lands — compare your own tests against each other over time, and never quote the number as ground truth.

A related nuance on open rates: Apple Mail Privacy Protection inflates opens by preloading images, but Word to the Wise argued in April 2026 that opens still carry placement signal at some providers, because mailbox providers deliberately do not load images in the spam folder. MPP makes the absolute open rate meaningless; a sudden collapse in opens on a stable audience remains real evidence of spam placement.

What no tool can measure

This section is missing from most roundups, and it is the most important one.

  • Real-recipient Gmail inbox placement. No API, product, or vendor can show which folder your actual subscribers' mail landed in at Gmail. Gmail exposes an aggregate spam rate and compliance data — never folder placement. Anything sold as "your Gmail inbox placement rate" is a seed-list extrapolation or an open-rate inference.
  • Who complained at Gmail. Gmail's feedback loop is aggregate by design (see below). Per-recipient complaint data exists at Microsoft and Yahoo; at Gmail it does not exist for anyone.
  • Anything at low volume. Postmaster Tools suppresses data below its unpublished privacy threshold — which is precisely the volume range of a domain in warmup. Empty dashboards during warmup are expected, not evidence that anything is broken.
  • Corporate gateways. Proofpoint, Mimecast, Barracuda, and on-premises Exchange publish no sender dashboards, no reputation data, and no feedback loops. For B2B sending, a large share of your recipients sit behind filters you cannot observe at all.
  • Spam-trap hits. Amazon SES states it will not disclose trap counts or addresses because "it's essential that they remain confidential" — and SNDS, the one partial window, removed trap-hit counts in July 2026.
  • Your true complaint rate. Your ESP's complaint metric counts only providers that run a feedback loop and share it; SES documents openly that the rest is assumed representative, not measured.

One development worth watching: APRF, an IETF draft co-authored by engineers at Comcast, Iterable, and Google, would have mailbox providers publish real aggregate inbox-vs-spam placement data directly to senders, DMARC-style. As of July 2026 only Comcast sends beta reports, but if it ships broadly it makes seed testing's core claim obsolete.

If you have all these dashboards in place and the picture still does not add up — or you cannot afford weeks of trial and error — that diagnostic gap is what an email deliverability consultant is actually for.

Feedback loops

A feedback loop (FBL) tells you when recipients report your mail as spam, so you can suppress them before they complain twice. The distinction that matters is per-complaint versus aggregate:

  • Microsoft JMRP (free): true per-complaint reports, but IP-based — the same shared-IP restriction as SNDS applies.
  • Yahoo/AOL Complaint Feedback Loop (free): per-complaint and, unusually, domain-based — enrollment is keyed to your DKIM domain, so it works even on shared ESP IPs. Yahoo notes the program "only supports DKIM-signed email."
  • Gmail has no true FBL. You add a Feedback-ID header and read aggregate spam rates per campaign identifier in Postmaster Tools. The mandatory SenderId field must be 5–15 characters and must not be unique per message — Google warns that a per-send ID generates no data at all. You learn that a campaign is drawing complaints; you never learn who complained.

In practice your ESP enrolls its own IPs in the IP-based FBLs and surfaces the results as "complained" events with automatic suppression — Amazon SES, for example, sets the Feedback-ID header automatically. Your job is the domain-based pieces: enroll in Yahoo's CFL yourself, and wire up your own Feedback-ID values if you run distinct campaigns.

The 2026 stack at a glance

Tool Job Free tier Key limit
Google Postmaster Tools Gmail spam rate, auth, compliance Fully free Gmail only; needs volume; spam rate lags up to 7 days
Microsoft SNDS + JMRP Outlook.com IP data + complaints Fully free Dedicated IPs only; trap hits removed July 2026
dig Exact DNS/auth records Free No interpretation
MXToolbox SuperTool DNS + blocklist lookup Free lookups; weekly monitoring, 1 domain Full monitoring $129/mo
WarmEnvelopes domain checker SPF/DKIM/DMARC/PTR check Free Config only, not reputation
Learn DMARC Visual auth debugging Free One message at a time
Mail-Tester Spam score for one message Free tests Single address; SpamAssassin is not Gmail
Cloudflare DMARC Management DMARC reports Free, all plans Requires Cloudflare DNS
Postmark DMARC Digest DMARC reports Free weekly digest 7-day history free; dashboard $14/mo/domain
Valimail Monitor Identify sending services Free Enforcement from $5,000/yr
multiRBL Multi-blocklist lookup Free Manual; informational listings cause false alarms
Spamhaus Reputation Checker Authoritative Spamhaus status Free lookups No alerting; rate limits on heavy use
Cisco Talos IP/domain reputation grade Free No alerting
GlockApps Seed placement testing 2 test credits Directional only; paid from $59/mo
MailGenius Free spam test Free, no account Single-message tests
Yahoo CFL Per-complaint feedback Free DKIM-signed mail only

All pricing was observed in August 2026; vendors change tiers frequently, so verify before you buy.

Frequently asked questions

What is the best free email deliverability tool?

Google Postmaster Tools, because it is the only source of Gmail's own data on your sending — spam rate, authentication pass rates, and compliance status — and it is completely free. Pair it with a free DMARC analyzer such as Cloudflare DMARC Management or Postmark's DMARC Digest, plus a free blocklist lookup like multiRBL, since each tool measures a different thing and none covers the others' job.

Can any tool show my real Gmail inbox placement rate?

No. Gmail exposes aggregate data — a user-reported spam rate and compliance status — but never folder placement for actual recipients, and no API or vendor can see it either. Products selling a 'Gmail inbox placement rate' are extrapolating from seed mailboxes or inferring from open rates, both of which are estimates rather than measurements.

Are seed list inbox placement tests accurate?

They are directional, not precise. Seed mailboxes have no engagement history with your domain, are reused across thousands of senders, and are not a sample of your real list, so the percentage they report is not where your subscribers' mail actually lands. They remain useful for catching gross problems — like landing broadly in spam at one provider — and for comparing two versions of the same campaign.

Do I need Microsoft SNDS if I send through an ESP?

No. SNDS is IP-based and requires you to control the sending IP, which senders on shared ESP pools (Resend, SendGrid, Mailgun) do not — and the data would reflect every customer on the shared IP anyway. Shared-IP senders should rely on Google Postmaster Tools, DMARC reports, and their ESP's bounce and complaint events instead.

Is DMARC report monitoring free?

Yes, at genuinely usable quality. Cloudflare DMARC Management is free on every plan if your DNS is on Cloudflare, Postmark sends a free weekly DMARC digest with no account required, dmarcian has a free personal tier, and EasyDMARC is free up to 1,000 emails per month. Paid tiers mainly add history, volume, and multi-domain dashboards.

Related reading