Sign in Check my email
Email authentication

Gmail & Yahoo Bulk Sender Check

Gmail and Yahoo have refused unauthenticated bulk mail since February 2024. See where your domain stands against the parts of their requirements that live in DNS, and what is left to confirm yourself.

Free, and no account needed. We read public DNS only.
About this tool. Since February 2024 Gmail and Yahoo refuse mail from bulk senders that are not authenticated. This checks the parts of their requirements that live in DNS: SPF, DKIM on the common selectors, and a published DMARC policy. It also names the two requirements nothing can check from outside, so you know what is left to confirm yourself.

Knowing your policy is one thing. Knowing who is using it is another.

Meeting the bar is not the same as being protected. Google accepts a DMARC record set to p=none, which satisfies the requirement and instructs receivers to do nothing about anybody forging you.

See DMARC Monitoring
Publish one TXT record. Nothing to install.

How to read your bulk sender results

Common problems and how to fix them

No DMARC record
This is the requirement most senders fail, and the cheapest to fix. Publish a TXT record at _dmarc.yourdomain with v=DMARC1; p=none; rua=mailto:you@yourdomain and you meet the bar the same day.
DKIM not found on any common selector
Your mail platform generates the key and tells you the selector. If you send through more than one platform, each needs its own, and each needs publishing before that platform's mail is signed.
Everything passes and mail is still rejected
The two we cannot see are the likely cause. Send yourself a campaign and confirm List-Unsubscribe and List-Unsubscribe-Post are on it, then check the complaint rate in Postmaster Tools. Above 0.3% and nothing else matters.
You send far less than 5,000 a day
The requirements are aimed at bulk senders, but the same signals decide whether ordinary business mail is trusted. Meeting them is worth doing at any volume.
DMARC CheckSPF CheckDKIM CheckBIMI CheckFull email checkup
Common questions.
What are the Gmail and Yahoo bulk sender requirements?

Since February 2024 both require SPF and DKIM on your sending domain, a published DMARC policy, alignment between the From domain and whichever of SPF or DKIM passes, one-click unsubscribe on marketing mail, and a spam complaint rate below 0.3%. Bulk means roughly 5,000 messages a day to their users.

Does p=none meet the DMARC requirement?

Yes. A published record with p=none satisfies Gmail and Yahoo, and protects nobody from forging your domain. Treat it as the starting line rather than the finish.

Do the requirements apply if I send less than 5,000 a day?

The formal thresholds do not, but the signals are the same ones every receiving server weighs. A small business with no SPF record still lands in spam; it simply gets filtered rather than rejected.

Why can you not check one-click unsubscribe?

It is a pair of headers on the message itself, List-Unsubscribe and List-Unsubscribe-Post, and nothing about it is published in DNS. Send yourself a copy of a campaign and read the raw headers, or paste them into the header analyzer.

What counts as alignment?

The domain in the From address a human sees has to match the domain that SPF or DKIM validated. Mail that passes SPF for a sending platform's own domain but shows your domain in From is not aligned and does not count.