Communication Error [334] – make sure the Envelope From email is the same
-
I was trying to write a piece of code that would send an email via
wp_mail()
when an error occured in my plugin.However, this email could not be delivered and received the following error:
Communication Error [334] – make sure the Envelope From email is the same account used to create the Client ID.
Some quick searching indicates this might be because the authorized google account address is not the same as the address in my send from postman settings. But I’ve never gotten this error before and the test email sends fine.
I’m using SMTP with google, I’ve authorized with oAuth and sending as an alias of my main Gsuite account.
I hope you have a suggestion as to what might be causing this.
Cheers!
- The topic ‘Communication Error [334] – make sure the Envelope From email is the same’ is closed to new replies.