I am trying to set up TRIGGER EMAIL to send emails through my GMAIL account. My problem is definitely in the SMTP connection URI because the same configuration works fine with the SENDGRID SMTP connection URI.
So I think the problem is specifically with GMAIL.
After enabling access to third-party applications in GMAIL, I have tried:
- smtps://[email protected]:[email protected]:465
- smtps://[email protected]:[email protected]
- smtp://[email protected]:[email protected]:25
- smtp://[email protected]:[email protected]
and the same variants with %40 instead of @
I always get errors like: Error: Invalid login:
Are you managed to get GMAIL to work with FIREBASE TRIGGER MAIL?
Sorry for my english