Set the return-path to match the From Email doesn't work
-
Hey there,
I have tried this plugin earlier also. And it still seems that when you hit “Reply” on Gmail for the incoming messages it won’t change the person for the ones email who was sending the form. It just adds a new field on to the email that Gmail won’t realize.
I tried this trick also but it didn’t work:
function addSmtpReplyTo($phpmailer) { $phpmailer->addReplyTo($phpmailer->From, $phpmailer->FromName); return $phpmailer; } add_filter('wp_mail_smtp_custom_options', 'addSmtpReplyTo');
Any thoughts how i could fix the problem?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Set the return-path to match the From Email doesn't work’ is closed to new replies.