Static Mail Sender Configurator

Static Mail Sender Configurator Install Statistics

0
100%
Today: 0 Yesterday: 0 All-time: 517 downloads
Static Mail Sender Configurator Icon

Try plugin: Static Mail Sender Configurator

We'll create fresh WordPress site with Static Mail Sender Configurator installed. You have 20 minutes to test the plugin after that site we'll be deleted.

Takes ~10 seconds to install.

About Static Mail Sender Configurator

Simple & static configure WordPress internal mailer sender's (From:) address. This plugin is very simple, it doesn't using database or …

0


0


0


0


0

updated: 1 year ago
since: 3 years ago
author: Jakub Bouček

Description

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 = '[email protected]';

You can define sender’s name too by format:

"Name Lastname" <[email protected]>

Using Environment variable:

Same principe is available by define Environment variable WP_MAIL_FROM.