WP Manifestindependent plugin directory
manifest / email / wpmail-dkim-sign

WP Mail DKIM Sign

Properly DKIM-sign emails coming out of any WordPress site. Includes DNS record validation helper.

by Headwall Hosting · github.com/headwalluk/wpmail-dkim-sign · website

0stars
28release downloads
0forks

Install

The author publishes release zips, so WP-CLI can install straight from GitHub:

wp plugin install https://github.com/headwalluk/wpmail-dkim-sign/releases/download/v1.0.0/wpmail-dkim-sign.zip

Readme

WP Mail DKIM Sign

DKIM-sign outbound WordPress mail at the WP layer, so a valid DKIM-Signature header is attached before the message reaches your upstream SMTP relay.

Who it's for

WordPress sites whose outbound mail goes through an SMTP relay that does not sign DKIM on their behalf — including sites relayed via shared hosting MTAs (Postfix + Amavis, ISPConfig, commercial mail services) where per-domain DKIM signing isn't enrolled at the relay.

Particularly relevant since Microsoft (Outlook.com, Hotmail, M365) tightened authentication requirements in early 2026 and now silently rejects or junks unsigned mail even with valid SPF and DMARC. If your client mail is landing in Microsoft Junk despite SPF and DMARC being green, this plugin almost certainly fixes it.

What it does

  • Hooks phpmailer_init to attach a valid DKIM-Signature header to wp_mail() output
  • Self-service RSA-2048 key generation in the admin — no shell access required
  • DNS TXT record display with separate Host name and Full FQDN copy options, plus a chunked-255 fallback for older DNS providers
  • Send Test Email button captures the prepared headers post-signing so you can confirm the signature without leaving the admin
  • Check DNS Record button does a fresh DNS lookup, compares the published p= to the locally-stored public key, and actively probes for common misconfigurations (doubled zone, missing _domainkey label)
  • Aligns the DKIM d= parameter with the From: header domain — DMARC alignment passes
  • Steps aside cleanly if another plugin (WP Mail SMTP, FluentSMTP, etc.) is already configured to sign — no double-signing
  • Auto-updates via the bundled GitHub updater

Install

  1. Download wpmail-dkim-sign.zip from the latest release
  2. WordPress admin → Plugins → Add New → Upload Plugin → choose the zip → Install Now → Activate
  3. Settings → WP Mail DKIM to configure

Future updates arrive automatically via the bundled GitHub updater. See docs/installation.md for the full setup walkthrough including DNS publication and verification.

Requirements

  • WordPress 6.0 or later
  • PHP 8.0 or later
  • OpenSSL extension for PHP (almost always present)

If your PHP-FPM pool runs in a chroot jail, OpenSSL needs a small additional config inside the jail — see docs/self-hosting.md.

Documentation

Full user and developer documentation lives in docs/:

License

GPL v2 or later. See LICENSE.

Read the full README on GitHub →

Releases

TagPublishedAssetDownloads
v1.0.0 May 22, 2026 wpmail-dkim-sign-1.0.0.zip 8
v1.0.0 May 22, 2026 wpmail-dkim-sign.zip 20