Simple & static configure WordPress internal mailer sender's (From:) address.
This plugin is very simple, it doesn't using database or …
| Author: | Jakub Bouček (profile at wordpress.org) |
| WordPress version required: | 6.0 |
| WordPress version tested: | 6.3 |
| Plugin version: | 0.10.0 |
| Added to WordPress repository: | 02-07-2021 |
| Last updated: | 21-07-2023
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
|
| Rating, %: | 0 |
| Rated by: | 0 |
| Plugin URI: | https://github.com/jakubboucek/wp-static-mail... |
| Total downloads: | 1 014 |
| Active installs: | 10+ |
![]() Click to start download |
|
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.
ChangeLog
