Fix Email Return-Path Plugin
Simple plugin that sets the PHPMailer->Sender variable so that the return-path is correctly set when using wp_mail.
This plugin sets the PHPMailer Sender (return-path) the same as the From address if it’s not correctly set.
Installation
- Unzip all files to the
/wp-content/plugins/
directory - Log into WordPress admin and activate the ‘Fix Email Return-Path’ plugin through the ‘Plugins’ menu
Changelog
1.0.5
1.0.4
1.0.3
1.0.2
- Now only sets the sender if it’s not already set with a valid email address.
1.0.1
1.0.0
0.0.1