plugin-icon

Static Mail Sender Configurator

제작자: Jakub Bouček·
Simple & static configure WordPress internal mailer sender's (From:) address. This plugin is very simple, it doesn't using database or …
버전
0.10.0
활성화된 설치 항목
10
최근 업데이트일
Jul 21, 2023

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.

무료Business 요금제에서
설치하면 WordPress.com 서비스 약관서드파티 플러그인 약관에 동의하게 됩니다.
테스트된 버전
WordPress 6.3.7
이 플러그인은 다운로드할 수 있으며 에서 사용할 수 있습니다.