Playbook8 min read

How we monitor deliverability without a warmup tool

Our daily and weekly monitoring stack. Free tools, scripted checks, alert thresholds, the weekly ritual that replaces a warmup subscription.

We monitor deliverability for our own outbound and for a handful of partner domains. No warmup tools are in the stack. What follows is what we actually run, not what we wish we ran.

TL;DR

Daily: Postmaster polling + blacklist check + auth record watch. Weekly: independent placement tests per provider, DMARC digest, Postmaster trend review. Monthly: auth audit, content template refresh, verification re-run on retained lists.

Daily monitoring (automated, ~0 effort)

  1. Postmaster Tools API poll. Cron every morning. Fetch domain + IP reputation, spam rate, filtered rate, delivery errors. Write to our analytics DB. Alert on drop from “high” reputation or spam rate > 0.2%.
  2. Blacklist check. MultiRBL API against our sending IPs and domains. Alert on any listing.
  3. Auth record watch. DNS queries for SPF, DKIM selectors, DMARC. Compare against last known good. Alert on any diff.
  4. Bounce/complaint webhook. ESP webhooks write to analytics; alert on threshold (complaint > 0.1% rolling 24h, bounce > 3% rolling 24h).

Weekly monitoring (~30 min)

  1. Independent placement tests. Run a cold-template test via the Inbox Check API across Gmail, Outlook, Yahoo, Mail.ru, Yandex. Compare to previous week.
  2. DMARC aggregate review. Free DMARC parser. Check alignment, pass rate, unexpected sources.
  3. Postmaster trend review. 7-day and 30-day reputation lines. Any slope change investigated.
  4. SNDS review. Outlook IP reputation, complaint data, filter results.

Monthly rituals (~2h)

  • Auth audit: re-validate SPF record length, DKIM selector publishing, DMARC policy tightening readiness.
  • Template refresh: content A/B data review, variants promoted/killed.
  • Verification re-run on retained prospect lists.
  • Blacklist + Postmaster screenshot for archive (useful for future regressions).

Alert routing

Slack channel for P0 (stop sending), email for P1 (fix today), weekly digest for P2 (review). Each alert includes context: what threshold was crossed, what the current value is, and the runbook link. No noise alerts; noise gets de-tuned.

The weekly ritual is the actual warmup tool

Every warmup tool sells its dashboard as ongoing insurance. Replace that dashboard with the weekly ritual above, and you've bought the same insurance with better inputs. The dashboard your warmup vendor provides doesn't measure what your prospects see; this stack does.

The external measurement slot

Inbox Check is the external-measurement layer in the stack above. Free, API available, seeds outside every warmup pool, API retention for trends.

FAQ

How much time does this take once it's running?

Under 10 min/day of attention when nothing alerts. 30 min/week for the ritual. The value is in the alerts catching issues before they become incidents.

What if I don't have an engineer to set this up?

Postmaster, SNDS, a DMARC parser, and an independent placement test are all free UI-accessible tools. You can do the weekly ritual manually without code. The automation is nice to have, not required.

Is there a single pane that bundles all of this?

Some monitoring-only products do, and they're often worth $20–$50/month. None need to be in a bundle with a warmup pool you don't need.
Related reading

Check your deliverability across 20+ providers

Gmail, Outlook, Yahoo, Mail.ru, Yandex, GMX, ProtonMail and more. Real inbox screenshots, SPF/DKIM/DMARC, spam engine verdicts. Free, no signup.

Run Free Test →

Unlimited tests · 20+ seed mailboxes · Live results · No account required