namshi / docker-smtp

SMTP docker container
MIT License
548 stars 198 forks source link

Gmail trouble. #73

Open Tom1380 opened 3 years ago

Tom1380 commented 3 years ago

When connecting to Gmail via the $GMAIL_USER and $GMAIL_PASSWORD env variables, Google bugs me about it being a 'less secure app'. I tried enabling less secure apps, but it is a pain and it reverts back if no emails are sent for a few days. According to Google, I should use OAUTH, is there a way to use it with this container?

kittuov commented 3 years ago

You need enable access to less secure app in gmail settings

BlaringIce commented 2 years ago

Google is planning to remove less secure app access at the end of May. Are there plans to add an alternative login method?