-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from Psycle/develop
Documentation
- Loading branch information
Showing
1 changed file
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# WordPress Mail Options Plugin | ||
|
||
## About | ||
|
||
This plugin hooks into the wp_mail() function and overrides the From address. | ||
|
||
This is required for sites that send email using external mail services which require a correct 'From' address for authentication. | ||
|
||
Any existing 'From' address will be moved to the 'Sender' header. If no 'Reply-To' header is set then the original 'From' header is used. | ||
|
||
## Usage | ||
|
||
This plugin is available via Composer/Packagist (using semantic versioning), so just run the following composer command | ||
|
||
composer require psycle-wordpress-plugins/mail-options | ||
|