test your email’s deliverability score
in 30 seconds.
send a real campaign email to a one-shot test address. we run the same SPF / DKIM / DMARC / RBL / content checks gmail and outlook do, then hand you a 10/10 score with a per-category breakdown — and a one-line fix for every flag we raise.
what we check
authentication
SPF, DKIM, DMARC, ARC alignment with your sending domain.
identity & headers
From / Return-Path / Message-ID hygiene; impersonation, missing headers, freemail mismatches.
reputation
IP & domain checked against Spamhaus, Barracuda, SURBL, Composite Blocking and 12 more lists.
content & structure
HTML / text ratio, link shorteners, attachment risk, Bayes spaminess, image-only body.
network & transport
HELO greeting, TLS version, reverse-DNS / FCrDNS, MTA-STS, TLS-RPT, EHLO consistency.
how it works
click start
we generate a one-shot address like test-AB12CD34@check.adbtd.com. it expires in 24h.
send your email
from your real sending stack — same headers, same DKIM, same IP. we receive on port 25, parse, and score in < 1 second.
read your score
10/10 is perfect. every flagged item explains why it lowered the score and how to fix it. share the link or curl ?format=json.
frequently asked
what does the score actually mean? +
do you store my email? +
can you read the email body? +
why the 10/day per-IP cap? +
POST /api/v1/check on adbtd.com — no cap, no temp address, JSON in / JSON out.what if my email never arrives? +
score any email straight via API.
skip the temp-address dance. POST your message to /api/v1/check and get the score back in the response. unlimited per workspace, no daily cap.
# score any RFC 5322 message curl -X POST https://adbtd.com/api/v1/check \ -H "Authorization: Bearer $ADBTD_KEY" \ -H "Content-Type: application/json" \ -d '{"subject":"hi","from":"you@x.com","text":"…"}'