Home › Forums › Stripe Payments Plugin › email sending conflict with WP Mail SMTP plugin › Reply To: email sending conflict with WP Mail SMTP plugin
June 3, 2020 at 4:46 pm
#2965
alexanderfoxc
Participant
Hi Tosha.
There should be no plugin-specific issues with SMTP as the plugin is using default wp_mail() function to send emails. So the issue is probably related to your SMTP config.
I’ve also updated the from name/email in Stripe plugin to match what I set in SMTP plugin.
I think this is the right direction to look at. From email should be set to the one that is configured\allowed on your SMTP server. For example, if you’re using your server’s SMTP, then the from email should be [email protected], otherwise the email might not be sent.