BACK TO DIRECTORY

Static Mail Sender Configurator

by Jakub Bouček

0.0
(0 ratings)

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.

Plugin Details

Active Installs
10
Total Downloads
1,227
Version
0.10.0
Requires WP
6.0
Requires PHP
7.4.0
Tested Up To
6.3.10
Added
2021-07-02
Last Updated
2023-07-21 8:55pm GMT

Ratings

5
0
4
0
3
0
2
0
1
0