Linux 软件免费装
Banner图

Meser10 Email Auth Check

开发者 meser10
更新时间 2026年9月24日 14:12
PHP版本: 7.2 及以上
WordPress版本: 7.1
版权: GPLv2 or later
版权网址: 版权信息

标签

email deliverability spf dkim dmarc

下载

1.0.0 1.0.1

详情介绍:

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 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.

安装:

  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.

屏幕截图:

  • 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.

常见问题:

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.

更新日志:

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