Title: Elevoire Email Delivery Doctor
Author: Elevoire
Published: <strong>August 28, 2026</strong>
Last modified: August 28, 2026

---

Search plugins

![](https://ps.w.org/elevoire-email-delivery-doctor/assets/banner-772x250.png?rev
=3669666)

![](https://ps.w.org/elevoire-email-delivery-doctor/assets/icon-256x256.png?rev=
3669666)

# Elevoire Email Delivery Doctor

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

[Download](https://downloads.wordpress.org/plugin/elevoire-email-delivery-doctor.1.0.0.zip)

 * [Details](https://wordpress.org/plugins/elevoire-email-delivery-doctor/#description)
 * [Reviews](https://wordpress.org/plugins/elevoire-email-delivery-doctor/#reviews)
 *  [Installation](https://wordpress.org/plugins/elevoire-email-delivery-doctor/#installation)
 * [Development](https://wordpress.org/plugins/elevoire-email-delivery-doctor/#developers)

 [Support](https://wordpress.org/support/plugin/elevoire-email-delivery-doctor/)

## Description

Elevoire Email Delivery Doctor is a complete diagnostic suite for WordPress email.
Instead of adding yet another SMTP sender, it tells you what is wrong with the email
setup you already have — and exactly how to fix it.

**Key Features**

 * **Health Score (0–100) with grade (A+–F)** — one glance tells you how healthy
   your email setup is, with per-category sub-scores.
 * **10 diagnostic modules, 40+ checks** — DNS (SPF, DKIM, DMARC, BIMI, MTA-STS,
   TLS-RPT, DNSSEC), SMTP step-by-step diagnosis, selected DNSBL checks, subject-
   line spam signals, email security, server analysis, sender reputation, performance
   and more.
 * **Plain-English explanations** — every issue includes what it means, why it matters,
   and what to do about it.
 * **Provider-aware DNS suggestions** — SPF is suggested only when the sending provider
   or sending IP is known; DMARC starts in monitoring mode.
 * **Optional Mail Log** — opt in to record transport acceptance/failure, duration
   and source plugin. Body logging is a separate opt-in.
 * **Email Test Center** — send a test email and see whether WordPress hands it 
   to the configured transport.
 * **Header Analyzer** — paste any email’s raw headers and get a full forensic breakdown.
 * **WP Email Audit** — discover which plugins send email and how reliably each 
   one performs.
 * **Sender Reputation** — domain and IP age, rDNS alignment, SPF propagation across
   resolvers.
 * **History** — daily score snapshots to track improvements over time.
 * **Printable reports** — open a print-optimized A4 report and use your browser’s
   Print or Save as PDF command.
 * **Contextual explanations** — built-in plain-language guidance explains why each
   finding matters; no external AI service is used.
 * **Scheduled scans & alerts** — optional daily/weekly automatic scans and email
   alerts when your IP appears on a blacklist.
 * **REST API** — `/elevoire-edd/v1/health` and `/stats` endpoints (admin-only by
   default; opt into public access with the `elevoire_edd_rest_public` filter for
   badges and uptime widgets).

### External Services

This plugin acts as a diagnostic tool and connects to external services to verify
your email configuration. The following external services are used:

 * **Your Configured SMTP Provider (e.g., Amazon SES, Gmail, SendGrid, etc.)**:
   
   The plugin contains a registry of known SMTP hostnames (like `email-smtp.us-east-
   1.amazonaws.com`, `smtp.gmail.com`, etc.) to provide configuration hints. The
   plugin will connect to whichever SMTP server you have configured in your primary
   SMTP plugin. It sends an EHLO greeting and, when credentials are configured, 
   attempts authentication. It may also test the sender/recipient envelope without
   sending message content. Your provider receives the connection IP, configured
   authentication credentials, sender/recipient addresses used by the envelope test,
   and SMTP commands.
    - Terms/Privacy depend on your configured provider, for example: [Amazon SES Terms](https://aws.amazon.com/service-terms/),
      [Google Privacy](https://policies.google.com/privacy).
 * **Cloudflare Public DNS & Google Public DNS**:
    Used when local DNS resolution
   is unavailable or when resolver comparison is requested. The plugin sends the
   diagnosed domain and requested DNS record types via DNS-over-HTTPS.
    - Cloudflare: [Privacy Policy](https://developers.cloudflare.com/1.1.1.1/privacy/public-dns-resolver/)
    - Google: [Privacy Policy](https://developers.google.com/speed/public-dns/privacy/)
 * **RDAP.org**:
    Used to obtain public registration/allocation dates for domains
   and IP addresses. Sends domain names and configured sending IP.
    - RDAP: [About/Privacy](https://about.rdap.org/)
 * **DNS Blocklists (Spamhaus, SpamCop, Barracuda)**:
    A configured sending IPv4
   address is queried over DNS against these blocklists to check for IP reputation
   issues.
    - Spamhaus: [Terms of Use](https://www.spamhaus.org/terms-conditions/)
    - SpamCop (Cisco): [Privacy Policy](https://www.cisco.com/c/en/us/about/legal/privacy-full.html)
    - Barracuda: [Privacy Policy](https://www.barracuda.com/legal/privacy-policy)

## Installation

 1. Upload the `elevoire-email-delivery-doctor` folder to the `/wp-content/plugins/`
    directory, or install directly through the **Plugins > Add New** screen in WordPress.
 2. Activate the plugin through the **Plugins** menu in WordPress.
 3. Go to **Email Doctor** in the admin menu and click **Run health scan**.

## FAQ

### Does this plugin send emails for me?

It is not an email transport and does not replace an SMTP plugin. Administrators
can deliberately send a test message from the Test Center, and optional blacklist
alerts use the site’s existing WordPress mail transport.

### Does it slow down my site?

Mail logging is disabled by default. When enabled, it adds a small database write
after each email attempt. Scans run only on demand or on the optional schedule selected
by an administrator.

### How does the Health Score work?

Each category (authentication, DNS, SMTP, security, spam risk, blacklists, server,
performance) is scored from 0–100 and weighted. The weighted average becomes your
score with grade A+ to F.

### Is my email data sent anywhere?

Email content is not sent to Elevoire. A manual or scheduled scan can contact the
following third-party services:

 * **Cloudflare Public DNS** and **Google Public DNS**: DNS-over-HTTPS queries send
   the diagnosed domain and requested record type when local DNS resolution is unavailable
   or when resolver comparison is requested. Service and privacy information: [Cloudflare Public DNS privacy](https://developers.cloudflare.com/1.1.1.1/privacy/public-dns-resolver/)
   and [Google Public DNS privacy](https://developers.google.com/speed/public-dns/privacy/).
 * **RDAP.org**: domain names and a configured sending IP are submitted to its bootstrap
   endpoint to obtain public registration/allocation dates. Service and privacy 
   information: [RDAP.org](https://about.rdap.org/).
 * **DNS blocklists**: a configured sending IPv4 address is queried over DNS against
   [Spamhaus ZEN](https://www.spamhaus.org/blocklists/zen-blocklist/), [SpamCop](https://www.spamcop.net/bl.shtml),
   and [Barracuda Reputation Block List](https://www.barracudacentral.org/). Their
   respective policies apply: [Spamhaus terms](https://www.spamhaus.org/terms-conditions/),
   [Cisco privacy](https://www.cisco.com/c/en/us/about/legal/privacy-full.html),
   and [Barracuda privacy](https://www.barracuda.com/legal/privacy-policy).
 * **Your configured SMTP provider**: the SMTP diagnostic connects to the server
   selected in another SMTP plugin. It sends an EHLO greeting and, when credentials
   are configured, attempts authentication. It may also test the sender/recipient
   envelope without sending message content. Your provider receives the connection
   IP, configured authentication credentials, sender/recipient addresses used by
   the envelope test, and SMTP commands under that provider’s terms and privacy 
   policy. Credentials are sent only after the configured TLS/SSL negotiation when
   encryption is enabled.

No public-IP detection service is used. When an SMTP relay is involved, enter the
actual sending IPv4 address in Settings if you want IP blacklist and reputation 
checks.

The optional Mail Log is stored in this site’s database. It can contain recipient
addresses, subjects, headers, sources, transport errors, and—only when separately
enabled—message bodies. Administrators choose the retention period. WordPress personal-
data export and erasure tools include these records. Plugin tables, options, transients,
schedules, and debug-log files are removed on uninstall.

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“Elevoire Email Delivery Doctor” is open source software. The following people have
contributed to this plugin.

Contributors

 *   [ Elevoire ](https://profiles.wordpress.org/elevoire/)
 *   [ M Hassan Raza ](https://profiles.wordpress.org/hassanraza/)

[Translate “Elevoire Email Delivery Doctor” into your language.](https://translate.wordpress.org/projects/wp-plugins/elevoire-email-delivery-doctor)

### Interested in development?

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

## Changelog

#### 1.0.0

 * Initial release.

## Meta

 *  Version **1.0.0**
 *  Last updated **3 days ago**
 *  Active installations **Fewer than 10**
 *  WordPress version ** 6.0 or higher **
 *  Tested up to **7.1**
 *  PHP version ** 7.4 or higher **
 * Tags
 * [deliverability](https://wordpress.org/plugins/tags/deliverability/)[DKIM](https://wordpress.org/plugins/tags/dkim/)
   [email](https://wordpress.org/plugins/tags/email/)[smtp](https://wordpress.org/plugins/tags/smtp/)
   [SPF](https://wordpress.org/plugins/tags/spf/)
 *  [Advanced View](https://wordpress.org/plugins/elevoire-email-delivery-doctor/advanced/)

## Ratings

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/elevoire-email-delivery-doctor/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/elevoire-email-delivery-doctor/reviews/)

## Contributors

 *   [ Elevoire ](https://profiles.wordpress.org/elevoire/)
 *   [ M Hassan Raza ](https://profiles.wordpress.org/hassanraza/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/elevoire-email-delivery-doctor/)