Simple & static configure WordPress internal mailer sender's (From:) address. This plugin is very simple, it doesn't using database or …
As of April 2026, Static Mail Sender Configurator is a WordPress sender plugin with 10 active installations and a 0/5 rating0. It has been downloaded 1.0K+ times in total. Requires WordPress 6.0+ and PHP 7.4.0+. Available on WordPress.org since 2021. Last updated 2 years ago — may have compatibility concerns. Top alternative: Site Mailer – SMTP Replacement, Email….
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.
Add this row to wp-config.php file:
const WP_MAIL_FROM = '[email protected]';
You can define sender’s name too by format:
"Name Lastname" <[email protected]>
Same principe is available by define Environment variable WP_MAIL_FROM.
| WordPress | 6.0+ requiredTested up to 6.3.8 |
| PHP | 7.4.0+ required |
Plugin data sourced from WordPress.org. Analysis and metrics by PluginSift.