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

nyodulf on "[Plugin: WP Mail SMTP] Contact Form 7 correct reply to address workaround"

$
0
0

Another option is to add this to a child-theme or plugin functions.php file:

function addSmtpReplyTo($phpmailer)
{
    $phpmailer->addReplyTo($phpmailer->From, $phpmailer->FromName);
    return $phpmailer;
}
add_filter('wp_mail_smtp_custom_options', 'addSmtpReplyTo');

That will automatically add the "From" email address and name as the Reply-To email and name - useful if you have a lot of contact forms.


Viewing all articles
Browse latest Browse all 5161

Trending Articles



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