plugin-icon

Static Mail Sender Configurator

作者:Jakub Bouček·
Simple & static configure WordPress internal mailer sender's (From:) address. This plugin is very simple, it doesn't using database or …
版本
0.10.0
活跃安装
10
最后更新
Jul 21, 2023

Simple & static configure WordPress internal mailer sender’s (From:) address.

This plugin is very simple, it doesn’t using database or another storage – you just add the constant WP_MAIL_FROM to wp-config.php or to Environment variable.

Plugin is define this configuration with major priority to set configuration as the default value, that means any orher plugin with lower priority applied afterwards can simple rewrite that value.

Example

Using constant in `wp-config.php` file:

Add this row to wp-config.php file:

const WP_MAIL_FROM = 'noreply@wordpress.domain.tld';

You can define sender’s name too by format:

"Name Lastname" <noreply@wordpress.domain.tld>

Using Environment variable:

Same principe is available by define Environment variable WP_MAIL_FROM.

免费使用Business套餐
通过安装,您同意 WordPress.com 服务条款第三方插件条款
目前已测试版本
WordPress 6.3.7
这个插件是可用的下载,适用于您的站点。