This plugin hooks into the wp_mail() function and overrides the From address., (*2)
This is required for sites that send email using external mail services which require a correct 'From' address for authentication., (*3)
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., (*4)
This plugin is available via Composer/Packagist (using semantic versioning), so just run the following composer command, (*5)
composer require psycle-wordpress-plugins/mail-options, (*6)
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., (*7)