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 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.

მიმოხილვები

There are no reviews for this plugin.

მონაწილეები & დეველოპერები

“Static Mail Sender Configurator” ღია პროგრამული უზრუნველყოფაა. შემდეგმა ადამიანებმა წვილი შეიტანეს მის განვითარებაში.

მონაწილეები

“Static Mail Sender Configurator” ითარგმნა 2 ენაზე. გმადლობთ თარჯიმნებო თქვენი წვლილისათვის.

გადათარგმნეთ Static Mail Sender Configurator თქვენს ენაზე.

დაინტერესებული ხართ დეველოპმენტით?

დაათვალიერეთ კოდი, შეამოწმეთ SVN რეპო, ან გამოიწერეთ შექმნის ჟურნალი : RSS.

ცვლილებები

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