Title: Static Mail Sender Configurator
Author: Jakub Bouček
Published: <strong>July 2, 2021</strong>
Last modified: July 21, 2023

---

Search plugins

This plugin **hasn’t been tested with the latest 3 major releases of WordPress**.
It may no longer be maintained or supported and may have compatibility issues when
used with more recent versions of WordPress.

![](https://ps.w.org/static-mail-sender-configurator/assets/icon-256x256.png?rev
=2557979)

# Static Mail Sender Configurator

 By [Jakub Bouček](https://profiles.wordpress.org/jakubboucek/)

[Download](https://downloads.wordpress.org/plugin/static-mail-sender-configurator.0.10.0.zip)

 * [Details](https://wordpress.org/plugins/static-mail-sender-configurator/#description)
 * [Reviews](https://wordpress.org/plugins/static-mail-sender-configurator/#reviews)
 * [Development](https://wordpress.org/plugins/static-mail-sender-configurator/#developers)

 [Support](https://wordpress.org/support/plugin/static-mail-sender-configurator/)

## 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 = '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`.

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“Static Mail Sender Configurator” is open source software. The following people 
have contributed to this plugin.

Contributors

 *   [ Jakub Bouček ](https://profiles.wordpress.org/jakubboucek/)

“Static Mail Sender Configurator” has been translated into 2 locales. Thank you 
to [the translators](https://translate.wordpress.org/projects/wp-plugins/static-mail-sender-configurator/contributors)
for their contributions.

[Translate “Static Mail Sender Configurator” into your language.](https://translate.wordpress.org/projects/wp-plugins/static-mail-sender-configurator)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/static-mail-sender-configurator/),
check out the [SVN repository](https://plugins.svn.wordpress.org/static-mail-sender-configurator/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/static-mail-sender-configurator/)
by [RSS](https://plugins.trac.wordpress.org/log/static-mail-sender-configurator/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 0.9.4

 * Plugin now supports WordPress version up to 6.3
 * Plugin now requires WordPress version at least 6.0
 * Plugin now requires minimal PHP version 7.4

#### 0.9.3

 * Plugin now supports WordPress version 5.8

#### 0.9.2

 * Fixes plugin localization requirements
 * Plugin now requires WordPress version at least 4.9.6

#### 0.9.1

 * Fixes readme documentation only

#### 0.9.0

 * First release to public WordPress Plugin Directory

## Meta

 *  Version **0.10.0**
 *  Last updated **3 years ago**
 *  Active installations **10+**
 *  WordPress version ** 6.0 or higher **
 *  Tested up to **6.3.8**
 *  PHP version ** 7.4.0 or higher **
 *  Languages
 * [Czech](https://cs.wordpress.org/plugins/static-mail-sender-configurator/), [English (US)](https://wordpress.org/plugins/static-mail-sender-configurator/),
   and [Slovak](https://sk.wordpress.org/plugins/static-mail-sender-configurator/).
 *  [Translate into your language](https://translate.wordpress.org/projects/wp-plugins/static-mail-sender-configurator)
 * Tags
 * [mail from](https://wordpress.org/plugins/tags/mail-from/)[mail sender](https://wordpress.org/plugins/tags/mail-sender/)
   [sender](https://wordpress.org/plugins/tags/sender/)[wp_mail](https://wordpress.org/plugins/tags/wp_mail/)
 *  [Advanced View](https://wordpress.org/plugins/static-mail-sender-configurator/advanced/)

## Ratings

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/static-mail-sender-configurator/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/static-mail-sender-configurator/reviews/)

## Contributors

 *   [ Jakub Bouček ](https://profiles.wordpress.org/jakubboucek/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/static-mail-sender-configurator/)