GithubHelp home page GithubHelp logo

jakubboucek / wp-static-mail-sender-configurator Goto Github PK

View Code? Open in Web Editor NEW
0.0 3.0 0.0 15 KB

WordPress plugin: Super simple & static Mail Sender Configurator

Home Page: https://en-ca.wordpress.org/plugins/static-mail-sender-configurator/

License: MIT License

PHP 100.00%
wp-mail wordpress-plugin mail-sender

wp-static-mail-sender-configurator's Introduction

=== Static Mail Sender Configurator ===
Contributors: jakubboucek
Tags: wp_mail, sender, mail from, mail sender
Requires at least: 6.0
Tested up to: 6.3
Stable tag: 0.10.0
Requires PHP: 7.4.0
License: MIT
License URI: https://github.com/jakubboucek/wp-static-mail-sender-configurator/blob/master/LICENSE

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" <[email protected]>

= Using Environment variable: =

Same principe is available by define Environment variable `WP_MAIL_FROM`.

== Changelog ==

= 0.10.0 =

- 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

wp-static-mail-sender-configurator's People

Contributors

jakubboucek avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.