5,000+
January 13, 2026
August 20, 2013
Stops outgoing emails sent from WordPress. This plugin stops
outgoing emails generated by WordPress core, plugins, and themes.
Emails sent using the wp_mail() function, will not be sent.
In the case where an author does not use the recommended wp_mail()
function and instead sends the email using another mechanism, an email will
still be sent.
This plugin allows you to suspend sending emails when doing development work.
Any calls to wp_mail() will fail silently. WordPress
will operate as if the email were sent successfully
but no email will actually be sent.
On the admin menu page Settings > Stop Emails, there is the option
to log all emails to the PHP error log. By default this logging is
disabled.
NOTE: If using the PHP mail() function directly, this
plugin will NOT stop the emails.
Built by Sal Ferrarello / @salcode
stop-emails directory to the /wp-content/plugins/ directory.wp-content/mu-plugins/ does not exist, create it.stop-emails.php to the wp-content/mu-plugins/ directoryThe emails are lost forever.
Most likely, this is due to a plugin you have running.
There are two different things the plugin could be
doing to cause emails to still be sent.
mail() directly.Unfortunately in either of these cases, this plugin will not be able to stop
the email.
A list of Known Incompatible Plugins is available at https://github.com/salcode/stop-emails/wiki/Known-Incompatible-Plugins.
You can enable logging of stopped emails on the
admin menu page Settings > Stop Emails.
Emails will be logged to your PHP error log.
Activating a plugin normally requires logging into the site.
Installing the file in the mu-plugins directory allows you to
activate the plugin without logging in. This can be
helpful when setting up an existing site locally.
Please report bugs at https://github.com/salcode/stop-emails/issues
fe_stop_emails_log_email for $log_email value, which allows a programmer to add code to| Version | Download | Type |
|---|---|---|
| 1.2.1 | Download | Stable |
| 1.2.0 | Download | Stable |
| 1.1.0 | Download | Stable |
| 1.0.1 | Download | Stable |
| 1.0.0 | Download | Stable |
| 0.8.0 | Download | Stable |
| 0.7.0 | Download | Stable |
| 0.6.2 | Download | Stable |
| 0.6.1 | Download | Stable |
| 0.6.0 | Download | Stable |
| 0.5.0 | Download | Stable |
| 0.4.0 | Download | Stable |
| 0.3.0 | Download | Stable |
| 0.2.0 | Download | Stable |
| 0.1.0 | Download | Stable |
| Development | Download | Trunk |