Plugin info

Total downloads: 959
Active installs: 10
Total reviews: 0
Average rating: 0
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 2
Last updated: 7/21/2023 (894 days ago)
Added to WordPress: 7/2/2021 (4 years old)
Minimum WordPress version: 6.0
Tested up to WordPress version: 6.3.7
Minimum PHP version: 7.4.0

Maintenance & Compatibility

Maintenance score

Possibly abandoned • Last updated 894 days ago

20/100

Is Static Mail Sender Configurator abandoned?

Possibly abandoned (last update 894 days ago).

Compatibility

Requires WordPress: 6.0
Tested up to: 6.3.7
Requires PHP: 7.4.0

Similar & Alternatives

Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.

Sender by BestWebSoft
Rating 4.1/5 (9 reviews)Active installs 90
Change Mail Sender
Rating 5.0/5 (1 reviews)Active installs 10

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" 

Using Environment variable:

Same principe is available by define Environment variable WP_MAIL_FROM.

Installation

No installation instructions available

Frequently Asked Questions

No FAQ available

Review feed

No reviews available

Screenshots

No screenshots available

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