Title: Meser10 Email Auth Check
Author: meser10
Published: <strong>September 7, 2026</strong>
Last modified: September 7, 2026

---

Search plugins

![](https://ps.w.org/meser10-email-auth-check/assets/banner-772x250.png?rev=3685062)

![](https://ps.w.org/meser10-email-auth-check/assets/icon-256x256.png?rev=3685062)

# Meser10 Email Auth Check

 By [meser10](https://profiles.wordpress.org/meser10/)

[Download](https://downloads.wordpress.org/plugin/meser10-email-auth-check.1.0.0.zip)

 * [Details](https://wordpress.org/plugins/meser10-email-auth-check/#description)
 * [Reviews](https://wordpress.org/plugins/meser10-email-auth-check/#reviews)
 *  [Installation](https://wordpress.org/plugins/meser10-email-auth-check/#installation)
 * [Development](https://wordpress.org/plugins/meser10-email-auth-check/#developers)

 [Support](https://wordpress.org/support/plugin/meser10-email-auth-check/)

## Description

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.

## Installation

 1. Install and activate the plugin.
 2. Go to Tools, then Email Auth Check.
 3. Read the report and fix anything marked Fail first.

Your host must allow the PHP function dns_get_record. Most do. If yours does not,
the page says so.

## FAQ

### Does it change my DNS?

No. The plugin only reads. Every change has to be made in the DNS panel of whoever
hosts your domain.

### It says no DKIM key was found, but my provider says DKIM is set up

Probably both are right. A DKIM selector name cannot be discovered from DNS. The
plugin asks for the selector names in common use, and if your service uses a different
one, the key exists but is not listed. Check the DNS instructions of the service
you send with. The list of selectors can be extended with the meser10_eac_dkim_selectors
filter.

### Why does it warn about a DMARC policy of none?

p=none is the correct place to start, and the warning is not a criticism of it. 
It means the policy is not yet doing anything, so the report is reminding you that
the work is unfinished.

### Does it send test messages?

No. It reads DNS records and nothing else.

### Does it work on a subdomain or a multisite?

It checks the domain of the site you run it on, with any leading www removed. On
multisite, run it on each site whose domain differs.

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“Meser10 Email Auth Check” is open source software. The following people have contributed
to this plugin.

Contributors

 *   [ meser10 ](https://profiles.wordpress.org/meser10/)

[Translate “Meser10 Email Auth Check” into your language.](https://translate.wordpress.org/projects/wp-plugins/meser10-email-auth-check)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/meser10-email-auth-check/),
check out the [SVN repository](https://plugins.svn.wordpress.org/meser10-email-auth-check/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/meser10-email-auth-check/)
by [RSS](https://plugins.trac.wordpress.org/log/meser10-email-auth-check/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.0.0

First release. SPF, DKIM, DMARC, sending address and MX checks, with explanations
and a one hour cache.

## Meta

 *  Version **1.0.0**
 *  Last updated **1 day ago**
 *  Active installations **Fewer than 10**
 *  WordPress version ** 5.3 or higher **
 *  Tested up to **7.1**
 *  PHP version ** 7.2 or higher **
 * Tags
 * [deliverability](https://wordpress.org/plugins/tags/deliverability/)[DKIM](https://wordpress.org/plugins/tags/dkim/)
   [DMARC](https://wordpress.org/plugins/tags/dmarc/)[email](https://wordpress.org/plugins/tags/email/)
   [SPF](https://wordpress.org/plugins/tags/spf/)
 *  [Advanced View](https://wordpress.org/plugins/meser10-email-auth-check/advanced/)

## Ratings

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/meser10-email-auth-check/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/meser10-email-auth-check/reviews/)

## Contributors

 *   [ meser10 ](https://profiles.wordpress.org/meser10/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/meser10-email-auth-check/)