=== WP Reroute Email === Contributors: msh134 Tags: mail, email, developer tool, development server Requires at least: 2.2.3 Tested up to: 4.7.5 Stable tag: 1.3.2 License: GPLv2 or later This plugin reroutes all outgoing emails from a WordPress site (sent using the wp_mail() function) to a predefined configurable email address. == Description == This plugin intercepts all outgoing emails from a WordPress site, sent using the wp_mail() function, and reroutes them to a predefined configurable email address. This is useful in case where you do not want email sent from a WordPress site to reach the users. For an example, to resolve an issue you downloaded production database to your development site and you want no email is sent to production users when testing. You may enable this plugin in development server and reroute emails to your given email address. WP Reroute Email provides options for adding your own text or the recipients address at the bottom of the mail. You may also save a copy of the email to database and view them from the interface. Any issue? Contact me (http://sajjadhossain.com/contact-me/). == Installation == 1. Upload "wp-reroute-email" folder to the plugins directory ("/wp-content/plugins/"). 2. Activate the plugin through the "Plugins" menu in WordPress. 3. Go to Settings > WP Reroute Email settings page and modify the settings. == Screenshots == 1. Settings page 2. List for stored email in database 3. Details of the email == Changelog == = 1.3.2 = * Corrected the log page path in the settings page. * Modified URL in admin notice. = 1.3.1 = * Modified the message shown when rerouting is enabled. * Added WP Reroute Email in main admin menu. = 1.3 = * Added options for saving emails to database. * Fixed bug: If the plugin is enabled but the routing is not enabled, Append text was appended with email body. * Modified user interface. * Added admin notice if reroute is enabled. = 1.2.5 = * Added Serbo-Croatian translation. Thanks to Andrijana Nikolic of WebHostingGeeks Support (http://webhostinggeeks.com/). = 1.2.4 = * Sanitized inputs in settings page. = 1.2.3 = * Bug fixed: WP_DEBUG error caused by accessing static property as non-static. = 1.2.2 = * Added Spanish language support. Thanks to Andrew Kurtis of WebHostingHub (http://www.webhostinghub.com/). = 1.2.1 = * Added language support. = 1.2.0 = * Added option for appending recipient address at the bottom of the mail. = 1.1.0 = * Added option for appending text with message. = 1.0.1 = * Changed permission of the settings menu.