This plugin is outdated and might not be supported anymore
Static Mail Sender Configurator

Static Mail Sender Configurator

Details
View on WordPress

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.

Details

Plugin code:
static-mail-sender-configurator
Plugin version:
0.10.0
Outdated:
Yes
WP version:
6.0 or higher
PHP version:
7.4.0 or higher
Test up to WP version:
6.3.5
Total installations:
10
Last updated:
2023-07-21
Rating:
Times rated:
0
mail-from
mail-sender
sender
wp_mail