Title: Does My Email Work &#8211; Email Deliverability Test
Author: Valentin Bora
Published: <strong>11 Giugno 2026</strong>
Last modified: 19 Giugno 2026

---

Ricerca i plugin

![](https://ps.w.org/does-my-email-work/assets/banner-772x250.png?rev=3571875)

![](https://ps.w.org/does-my-email-work/assets/icon-256x256.png?rev=3571875)

# Does My Email Work – Email Deliverability Test

 Di [Valentin Bora](https://profiles.wordpress.org/valentinbora/)

[Scarica](https://downloads.wordpress.org/plugin/does-my-email-work.1.0.3.1.zip)

 * [Dettagli](https://it.wordpress.org/plugins/does-my-email-work/#description)
 * [Recensioni](https://it.wordpress.org/plugins/does-my-email-work/#reviews)
 *  [Installazione](https://it.wordpress.org/plugins/does-my-email-work/#installation)
 * [Sviluppo](https://it.wordpress.org/plugins/does-my-email-work/#developers)

 [Supporto](https://wordpress.org/support/plugin/does-my-email-work/)

## Descrizione

Are your contact form emails disappearing? Customers not getting order confirmations?
Password reset emails never arriving?

This plugin helps you find out why. It checks whether your domain is set up correctly
for email, and then goes a step further: it sends a real test email from your site
and tells you exactly what inbox providers like Gmail and Outlook see when your 
email arrives.

Most email tools, even ones with a “send test email” button, only confirm the message
left your site by delivering it to your own inbox. But a letter mailed to your own
house always arrives; that tells you nothing about whether a customer’s inbox would
accept it. This plugin sends a real test email to an independent grader that reads
what actually arrived, and tells you exactly what Gmail and Outlook see: whether
you pass SPF, DKIM and DMARC, which service delivered it, and whether your sending
address is blacklisted.

#### What you’ll learn

**Is your domain set up for email?**

 * Can inbox providers verify your emails are real (SPF)
 * Do your emails carry a digital signature (DKIM)
 * Are fake emails pretending to be you getting blocked (DMARC)
 * Can your domain receive email (MX records)
 * Which email service your domain uses

**Do your emails actually pass security checks?**

Send a real test email from your site and see what happens when it arrives:

 * Does it pass the sender verification check
 * Is the digital signature valid
 * Does it pass the anti-spoofing check
 * Does the sender address match your domain
 * Which service actually delivered the email (Google, SendGrid, Amazon SES, and
   others)

#### More features

 * **Works with any email setup** – whether you use an SMTP plugin (WP Mail SMTP,
   Post SMTP, FluentSMTP, etc.) or your host’s built-in email, this plugin tests
   whatever your site actually uses to send mail
 * **Site Health integration** – email checks appear on your WordPress Site Health
   screen alongside your other site diagnostics
 * **Weekly monitoring** – get an email notification if your domain’s email records
   change unexpectedly
 * **Email report** – send yourself a summary of the results to share with your 
   developer or hosting provider
 * **Score out of 10** – a simple score that tells you how your email setup compares
   to best practices

#### How it works

 1. Activate the plugin and go to Tools > Does My Email Work
 2. Click “Check my domain” — the plugin checks your domain’s public email records (
    the same records Gmail and Outlook already see when you send email)
 3. The check then automatically sends a test email from your site so the service can
    see what inbox providers would receive
 4. Get a clear report of what’s working and what needs attention

#### External Services

This plugin connects to the following external services to perform its diagnostic
functions:

**doesmyemail.work API**
 Used to look up your domain’s public email records and
process test email results. For the record lookup, the plugin sends your site’s 
domain name to this service. Email reports are generated and sent locally by the
plugin – no email addresses are transmitted to this service.

When you choose to run a deep check, your site sends a test email to a unique address
at doesmyemail.work, and also sends the public DNS records (SPF, DKIM, DMARC, and
MX) the plugin already collected for your own domain, so the service can correlate
them with the received email. The email’s routing and authentication metadata (From
address, Return-Path, sending IP, detected mail service, SPF/DKIM/DMARC results,
DKIM key strength, and sending-IP blacklist status) is analyzed and stored for up
to 7 days, then automatically deleted. No email body content is stored or read.

 * Service operated by Mach10 (mach10.pro)
 * [Terms of Use](https://doesmyemail.work/terms/)
 * [Privacy Policy](https://doesmyemail.work/privacy/)

**Cloudflare DNS (used by the doesmyemail.work service)**
 The DNS record lookups
happen on the doesmyemail.work servers, which use Cloudflare’s public resolver (
1.1.1.1) to query your domain’s SPF, DKIM, DMARC, and MX records. Your WordPress
site does not contact Cloudflare directly; it only connects to doesmyemail.work.
No personal data beyond your domain name is involved.

 * [Cloudflare Privacy Policy](https://www.cloudflare.com/privacypolicy/)
 * [1.1.1.1 resolver commitment](https://developers.cloudflare.com/1.1.1.1/privacy/public-dns-resolver/)

## Screenshot

[⌊Your email setup scored out of 10, with plain-language fixes for anything that
needs attention⌉⌊Your email setup scored out of 10, with plain-language fixes for
anything that needs attention⌉[

Your email setup scored out of 10, with plain-language fixes for anything that needs
attention

[⌊Every passing check explained in plain English - sender authorization, digital
signature, anti-spoofing, and domain alignment⌉⌊Every passing check explained in
plain English - sender authorization, digital signature, anti-spoofing, and domain
alignment⌉[

Every passing check explained in plain English – sender authorization, digital signature,
anti-spoofing, and domain alignment

## Installazione

 1. Upload the `does-my-email-work` folder to `/wp-content/plugins/`
 2. Activate the plugin through the Plugins menu
 3. Go to Tools > Does My Email Work to run your first check

## FAQ

### My emails are going to spam. Will this plugin fix that?

This plugin diagnoses the problem and tells you exactly what’s wrong with your email
setup so you (or your developer) know what to fix. Common causes include missing
SPF or DMARC records, which your hosting provider can usually add for you.

### Other plugins have a “send test email” button. How is this different?

A normal test email just sends a message to your own inbox and confirms it left 
your site. That’s like mailing a letter to your own house: it always arrives, so
it proves nothing about whether a real customer would receive yours. This plugin
sends the test email to an independent checking service that reads what actually
arrived, whether Gmail and Outlook can verify it’s really from you (SPF, DKIM, DMARC),
which service sent it, and whether your sending address is on any spam blacklists.
You get the verdict an outside inbox would give you, not a self-graded one.

### Do I need to install an SMTP plugin too?

No, but it helps. This plugin tests whatever email setup you currently have. If 
you’re using your host’s built-in PHP mail (which some hosts don’t configure properly),
the plugin will tell you, and you may want to add an SMTP plugin like WP Mail SMTP
to improve deliverability.

### Does this plugin work with WP Mail SMTP / Post SMTP / FluentSMTP?

Yes. The test email is sent through whatever email system your site uses. If you
have an SMTP plugin installed, the plugin detects it and shows it in the results.

### What data is sent to external servers?

When you click “Check my domain,” your domain name is sent for the DNS lookup, then
your site automatically sends a test email plus the public DNS records already collected(
SPF, DKIM, DMARC, MX) to our diagnostic server, which analyzes the email’s routing
and authentication metadata. You can also run another test later with “Send Another
Test.” Email reports are generated and sent locally by your WordPress installation—
no email addresses leave your server for those reports.

### Does the plugin store any data?

Scan results are stored locally on your site so the plugin does not repeat lookups
on every page load, and are replaced each time you run a new check. Test email data
is stored on our diagnostic server (doesmyemail.work) for up to 7 days, then automatically
deleted. The weekly monitoring feature stores the previous check results locally
for comparison. All of the plugin’s data on your site is removed when you uninstall
the plugin.

### Does this work on WordPress multisite?

Yes. On multisite, each site has its own scan results, monitoring settings, and 
activity log. Only users who can manage that site (typically administrators with`
manage_options` on that subsite) can run checks, change monitoring, or view the 
log. Network-wide super admins can access subsite admin screens, but the plugin 
does not add a separate network admin menu.

### Why does the deep check time out?

This usually means your hosting provider blocks outbound email or your email setup
needs attention. The plugin will show which email system your site uses to help 
you diagnose the issue.

## Recensioni

Non ci sono recensioni per questo plugin.

## Contributi e sviluppo

“Does My Email Work – Email Deliverability Test” è un software open source. Le persone
che hanno contribuito allo sviluppo di questo plugin sono indicate di seguito.

Collaboratori

 *   [ Valentin Bora ](https://profiles.wordpress.org/valentinbora/)

[Traduci “Does My Email Work – Email Deliverability Test” nella tua lingua.](https://translate.wordpress.org/projects/wp-plugins/does-my-email-work)

### Ti interessa lo sviluppo?

[Esplora il codice](https://plugins.trac.wordpress.org/browser/does-my-email-work/)
segui il [repository SVN](https://plugins.svn.wordpress.org/does-my-email-work/),
segui il [log delle modifiche](https://plugins.trac.wordpress.org/log/does-my-email-work/)
tramite [RSS](https://plugins.trac.wordpress.org/log/does-my-email-work/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.0.3.1

 * Small visual fix to the admin screen: the deliverability score now sits correctly
   in the page header.

#### 1.0.3

 * One-step check: the domain scan now flows straight into the real test email automatically,
   so the deeper inbox check always runs instead of waiting for a second click.

#### 1.0.2

 * Added a shareable deep-check report link, so you can open the full delivery report
   on doesmyemail.work and share it with your developer or host.
 * Clearer wording throughout: explains how an independent deliverability check 
   differs from a plain “send test email” button that only delivers to your own 
   inbox.

#### 1.0.1

 * Store scan and test results in a persistent option instead of a transient, so
   Site Health and saved results survive object-cache clears.
 * Switched the DNS scan call to the canonical /v1/dns-scan/{domain} path endpoint(
   away from the deprecated unversioned alias).

#### 1.0.0

 * Initial release

## Meta

 *  Versione **1.0.3.1**
 *  Ultimo aggiornamento **4 ore fa**
 *  Installazioni attive **Meno di 10**
 *  Versione WordPress ** 6.1 o superiore **
 *  Testato fino alla versione **7.0**
 *  Versione PHP ** 7.4 o superiore **
 *  Lingua
 * [English (US)](https://wordpress.org/plugins/does-my-email-work/)
 * Tag
 * [deliverability](https://it.wordpress.org/plugins/tags/deliverability/)[DKIM](https://it.wordpress.org/plugins/tags/dkim/)
   [DMARC](https://it.wordpress.org/plugins/tags/dmarc/)[smtp](https://it.wordpress.org/plugins/tags/smtp/)
   [SPF](https://it.wordpress.org/plugins/tags/spf/)
 *  [Visualizzazione avanzata](https://it.wordpress.org/plugins/does-my-email-work/advanced/)

## Valutazioni

Non sono state ancora inviate recensioni.

[Your review](https://wordpress.org/support/plugin/does-my-email-work/reviews/#new-post)

[Vedi tutte le recensioni](https://wordpress.org/support/plugin/does-my-email-work/reviews/)

## Collaboratori

 *   [ Valentin Bora ](https://profiles.wordpress.org/valentinbora/)

## Supporto

Hai qualcosa da dire? Ti serve aiuto?

 [Chiedi nel forum di supporto](https://wordpress.org/support/plugin/does-my-email-work/)