BACK TO DIRECTORY

Meser10 Email Auth Check

by meser10

0.0
(0 ratings)

Mail sent from a WordPress site fails quietly. Order confirmations, password resets and form notifications are accepted by the sending server, and then filed as spam by the receiving one. The usual reason is that the domain never published the three DNS records that prove the mail is really yours.

This plugin reads those records and tells you what they say.

What it checks

  • SPF – that exactly one record exists, that it does not exceed the limit of ten DNS lookups, and that it ends with a policy instead of allowing everyone.
  • DKIM – whether a public key is published under any of the selector names that sending services commonly use.
  • DMARC – that exactly one record exists, which policy it asks for, and whether anyone is actually receiving the aggregate reports.
  • Sending address – whether WordPress sends from the site domain or from a different one, because alignment is judged on the domain in the From address.
  • MX – whether the domain can receive mail at all, so you know if replies and reports will bounce.

Two of these are worth stating on their own, because they are the failures people miss. A second SPF record does not add a sender, it switches SPF off. A second DMARC record does the same to DMARC. Both look harmless in a DNS panel and both are found by this plugin.

Every finding comes with an explanation in ordinary words and the exact change to make.

No external service

Every lookup is a plain DNS query made by your own server through PHP. Nothing about your site, your domain or your records is sent to any third party, and the plugin has no account, no key and no upsell. Results are cached for one hour and can be refreshed from the page.

Where to find it

Tools, then Email Auth Check. You need the manage_options capability.

Screenshots

The report: SPF, DKIM, DMARC, the address WordPress sends from, and MX, each with a plain-English explanation.

The report: SPF, DKIM, DMARC, the address WordPress sends from, and MX, each with a plain-English explanation.

The same report on a domain with real problems: two SPF records, no DMARC record, and a sending address that does not match the site domain.

The same report on a domain with real problems: two SPF records, no DMARC record, and a sending address that does not match the site domain.

Plugin Details

Active Installs
0
Total Downloads
96
Version
1.0.0
Requires WP
5.3
Requires PHP
7.2
Tested Up To
7.1
Added
2026-09-07
Last Updated
2026-09-11 7:19pm GMT

Ratings

5
0
4
0
3
0
2
0
1
0