Mail Caesar!

説明

Redirect all email sent by WordPress to the admin’s email address.

When activated, this plugin will send all email sent by WordPress to the admin email address instead of the intended recipient.

It uses the wp_mail filter to modify the “to” address for all email sent by WordPress. When active, all email sent through WordPress’s wp_mail() function is rerouted to the admin email address as configured under “Settings – General”.

One of its uses is to allow the creation of new users during testing. WordPress requires user email addresses to be unique, and sends confirmation messages to these addresses. Using this plugin, you can use fake addresses, and still receive the activation links.

インストール

  1. Install and activate using the ‘Plugins’ menu in WordPress
  2. Check that the admin email address is properly configured under ‘Settings’

The plugin does not have any settings.

FAQ

Will the original adressee receive the email?

No. This plugin replaces the address the email is sent to. No email is sent to the original recipient.

Will this plugin affect all emails sent from WordPress?

The plugin uses a filter in WordPress’s wp_mail() function. Any mail sent through PHP directly, or through a different email function will not be affected. All notification emails sent by WordPress use wp_mail(). Newsletter plugins often use another way of sending email.

Should I use this plugin on my live website?

Probably not. It is intended to be used during testing and for troubleshooting. In most cases you’ll want email to be sent to the users requesting them.

評価

2020年4月3日
I love plugins which you install and just use without the hassle to go through a bunch of confusing options and settings. This plugin is such a lean and clean little helper, eg. if you need to test functionality for a new website and don't want the mail to be sent to your client. Bonus for the superb plugin name! 👍🏻
1件のレビューをすべて表示

貢献者と開発者

Mail Caesar! はオープンソースソフトウェアです。以下の人々がこのプラグインに貢献しています。

貢献者

“Mail Caesar!” は3ロケールに翻訳されています。 翻訳者のみなさん、翻訳へのご協力ありがとうございます。

“Mail Caesar!” をあなたの言語に翻訳しましょう。

開発に興味がありますか ?

コードを閲覧するか、SVN リポジトリをチェックするか、開発ログRSS で購読してみてください。

変更履歴

1.2.1 (2020-08-19)

  • Minor bugfixes

1.2 (2020-04-03)

  • Added the original recipient’s email address to the email’s subject

1.1 (2020-03-14)

  • Use the network admin email address when network-activated on multisite

1.0 (2019-09-30)

  • Initial release