Skip to content

Commit

Permalink
Merge pull request #2 from Psycle/develop
Browse files Browse the repository at this point in the history
Documentation
  • Loading branch information
jamesrobinson-psycle committed Sep 29, 2015
2 parents 0052f89 + 80bd4f4 commit ef4ed3f
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
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

0 comments on commit ef4ed3f

Please sign in to comment.