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 4996

jeezy on "[Plugin: WP Mail SMTP] Office365 Relay"

$
0
0

I recently had to edit sendmail to use office365 as my mail relay. Due to the requirements of Office365 I had to set the return path and replyto parameters in the phpmailer class.

The following lines of code need to be added after lines #95 and #126 in the wp_mail_smtp.php file.

$phpmailer->ReturnPath = $phpmailer->FromName;
$phpmailer->AddReplyTo($phpmailer->FromName, $phpmailer->FromName);

It would have been nice to have an extra field in the options to set the replyto address manually. Perhaps an update?

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


Viewing all articles
Browse latest Browse all 4996

Trending Articles



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