Quantcast
Channel: WordPress.org Forums » [WP Mail SMTP by WPForms - The Most Popular SMTP and Email Log Plugin] Support
Viewing all articles
Browse latest Browse all 5161

NikoV on "[Plugin: WP Mail SMTP] Set the return-path to match the From Email doesn't work"

$
0
0

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?

https://wordpress.org/plugins/wp-mail-smtp/


Viewing all articles
Browse latest Browse all 5161

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>