Email Deliverability Checker
A WordPress plugin to check email deliverability status, integrate with Site Health, send test emails, and more. Designed for future extensions like email logging.
by Nithin K R · github.com/nitkr/email-deliverability-checker · website
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/nitkr/email-deliverability-checker/archive/refs/heads/main.zipA WordPress plugin to check email deliverability status, integrate with Site Health, send test emails, and more.
Contributors: Nithin K R
Tags: email, deliverability, spf, dmarc, smtp, site health
Requires at least: 5.0
Tested up to: 6.8.3
Requires PHP: 8.0
Stable tag: 1.0.0
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Description
This plugin helps diagnose email sending issues in WordPress by checking DNS records (SPF, DMARC) and email provider configurations (via WP Mail SMTP). It adds checks to Site Health, provides a admin page for status overview, and a page to send test emails.
Installation
- Upload the plugin files to the
/wp-content/plugins/email-deliverability-checkerdirectory, or install the plugin through the WordPress plugins screen directly. - Activate the plugin through the 'Plugins' screen in WordPress.
- Navigate to the 'Email Checker' menu in the admin dashboard to use the features.
Frequently Asked Questions
Does this work with other SMTP plugins?
Currently focused on WP Mail SMTP, but can be extended.
Changelog
1.0.0
- Initial release.