توضیحات
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
.
بررسیها
بررسیای برای این افزونه یافت نشد.
توسعه دهندگان و همکاران
“Static Mail Sender Configurator” نرم افزار متن باز است. افراد زیر در این افزونه مشارکت کردهاند.
مشارکت کنندگان“Static Mail Sender Configurator” به 2 زبان ترجمه شده است. Thank you to the translators for their contributions.
ترجمه “Static Mail Sender Configurator” به زبان شما.
علاقه مند به توسعه هستید؟
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
تغییرات
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