Linux 软件免费装
Banner图

Mail Caesar!

开发者 roytanck
更新时间 2024年12月20日 20:48
PHP版本: 5.6 及以上
WordPress版本: 6.7
版权: GPLv3

标签

email development multisite testing

下载

1.1 1.2 1.2.1 1.0

详情介绍:

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.

常见问题:

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.

更新日志:

1.2.1 (2020-08-19) 1.2 (2020-04-03) 1.1 (2020-03-14) 1.0 (2019-09-30)