There is no license information available for the latest version (1.0.13) of this package.

Installs: 428

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 3

Forks: 0

Open Issues: 0

Type:wordpress-muplugin

pkg:composer/psycle-wordpress-plugins/mail-options

1.0.13 2015-10-19 15:02 UTC

This package is not auto-updated.

Last update: 2025-10-11 21:48:41 UTC


README

Build Status

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

New releases

New release tags pushed to the gitlab repository (https://github.com/Psycle/wordpress-plugin-mail-option) will automatically be pushed to the packagist.org composer repository. This is achieved using a built in github hook.