Static Mail Sender Configurator Wordpress Plugin - Rating, Reviews, Demo & Download
Plugin Description
Simple & static configure WordPress internal mailer From:
address.
This plugin is very simple, it doesn’t using database or another storage – just simple 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:
`php
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 Evironment variable WP_MAIL_FROM
.
Screenshots
No screenshots provided