=== Wordpress Disable Email plugin === Contributors: acsnaterse Tags: email, wp_mail Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=L9TLPZWMVD7H6 Requires at least: 3.0.1 Tested up to: 4.5 Stable tag: 4.5 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Disables all email through wp_mail() on current installation. Email will by disabled by default, but can be overridden in the settings. == Description == Disables all email through wp_mail() on current installation. Email will by disabled by default, but can be overridden in the settings. ### Features * Disables all email by default * Enable email again by matching the given hostname with the current server hostname. * Override the `$to` address (or multiple, comma sperated addresses), so you can use that for testing purposes. Note: The plugin performs a check on the `$_SERVER['HTTP_HOST']` variable. == Changelog == = 1.0 = * Initial plugin