Changing Send-As Email in Gmail API
-
Recently, I followed this great article to connect Postman SMTP to Gmail. https://www.cloudways.com/blog/postman-smtp-plugin-wordpress/
The process, though long, worked like a charm.
The problem I ran into was that emails were being sent from my developer account instead of the client account.
Looking back over the documentation, this is the section I missed.
Should it help any of you, you must log in through the sender’s Gmail account if you want to authorize the app to send from that account. (obvious in retrospect, but an easy mistake to make).
—–
Update: this did not work as expected. Receiving the following error:
Error 403: org_internal
Anyone know how to create an app as a developer and send as the client? (other than creating the Google API app through the client’s developer console?)
The topic ‘Changing Send-As Email in Gmail API’ is closed to new replies.