MailGrade

Email verification and deliverability auditing, entirely from DNS. We never open an SMTP connection to anyone's mail server, and we never store an address.

jane@gmial.com is valid syntax. It has no mail server. It is a customer who typed one letter wrong — and you will never hear from them again.

GET /v1/verify?email=jane@gmial.com

{
  "verdict":    "undeliverable",
  "score":      10,
  "suggestion": "jane@gmail.com",
  "reasons": [
    { "code": "likely_typo",
      "message": "The domain closely resembles gmail.com." }
  ]
}

Show the suggestion at your signup form and the bounce becomes a customer.

Check a domain — free, no sign-up

Grades SPF, DKIM, DMARC, MTA-STS and DNSSEC A–F, with the fix for every problem found. Example: cloudflare.com · browse 110 more

Free tools

Check an SPF recordReads the live SPF record for a domain, checks the enforcement policy, and counts the DNS-querying mechanisms against the limit that silently disables SPF entirely.
Check whether your domain can be spoofedAnyone can put your domain in the From: field. What stops the message being delivered is a DMARC policy telling receivers to reject it. This checks whether yours does.
Check why your email lands in spamMost spam-folder problems that come from configuration — as opposed to content or sending reputation — are visible in DNS. This checks the authentication records that receivers use to decide, and tells you which are missing.

The API

GET /v1/verifyScore a single address: syntax, MX, disposable, role account, typo correction, mail-host identification.
POST /v1/verify/batchUp to 100 addresses per call.
GET /v1/domainFull SPF / DKIM / DMARC / MTA-STS / DNSSEC audit with a grade and a fix for every finding.
GET /v1/datasetsFreshness of the disposable-domain list — currently 30,000+ domains, refreshed daily.
curl "https://mailgrade.dev/v1/verify?email=jane@gmial.com" \
  -H "x-rapidapi-key: YOUR_KEY"
Get a key

250 requests a month free, no card. Paid plans from $19/month. Billing, invoicing and tax are handled by RapidAPI.

View on RapidAPI →   OpenAPI spec

Badges for your README

Example deliverability badge Example DMARC badge Example spoofable badge

![deliverability](https://mailgrade.dev/badge/yourdomain.com.svg)

Free, keyless, and re-checked every time the page is viewed.

Why DNS-only