WP Reroute Email

Mô tả

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.

Now, you will be able to disable rerouting based on the subject texts.

Ảnh màn hình

  • Settings page
  • List for stored email in database
  • Details of the email
  • Original email view
  • Email test form

Cài đặt

  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 WP Reroute Email settings page and modify the settings.

Đánh giá

22 Tháng Hai, 2020
I love not having to worry about who I might inadvertently send an email to when debugging plugins. So far this plugin has worked flawlessly for me. I don't think I've ever left a review on a WordPress plugin before, but this plugin is going to be tremendously useful and so I thought I would come on here to say a big thank you to Sajjad for making this plugin. Thanks.
22 Tháng Sáu, 2018
Having emails go out from test sites is a nightmare and this plugin makes it easy to completely turn them off, I love it! Only thing I wish was there is the ability to selectively re-enable certain emails, specifically password reset emails. In my case, I need to be able to have users log into the test site sometimes, and if they don't know their password, having them reset it is so much easier than any other solution. Would be great to have a checkbox for this in particular (and maybe some other cases). Either way, amazing plugin, been using it for years and it's been kept up to date nicely 👍
Đọc tất cả 7 đánh giá

Người đóng góp & Lập trình viên

“WP Reroute Email” là mã nguồn mở. Những người sau đã đóng góp vào plugin này.

Những người đóng góp

Nhật ký thay đổi

1.5.0

  • Fixed the vulnerability – Unauthenticated Stored Cross-Site Scripting via Email Subject.

1.4.9

  • Security fixes.
  • Compatibility check.

1.4.6

  • Security fixes.
  • Compatibility check.

1.4.5

  • Added options to disable rerouting based on email subjects.
  • Compatibility check.

1.4.1

  • Removed fancy UI to resolve JS issue.
  • Tested compatibility with 5.5.
  • Fixed issue with Spanish translation.

1.4.0

  • Made compatible with upcoming PHPMailer location change

1.3.9

  • Fixed issue with email log bulk delete.
  • Tested compatibility.

1.3.8

  • UI improvements.
  • Improved message details page.
  • Added test form for sending emails for testing.
  • WordPress compatibility test.

1.3.5

  • Fixed DB log table create failed issue.
  • Store sent on date-time in GMT and show based on blog’s timezone.
  • Formatted message view.

1.3.4

  • Fixed issue with email logging to database in multisite setup.

1.3.3

  • Added Indonesian translation. Thanks to Jordan Silaen of ChameleonJohn.com.

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.