Add note on GMail smtp setup

This commit is contained in:
Simon Li 2019-04-28 16:42:05 +01:00 committed by Simon Li
parent d65887ea8f
commit 430fc3867d
1 changed files with 4 additions and 0 deletions

View File

@ -375,6 +375,10 @@ This would be an example of SMTP configuration using a GMail account:
- SMTP_PASSWORD=your_password
```
You may need to turn on `Less secure app access` in your Google account security settings.
Note that Google does not officially allow using GMail as an SMTP server so this should not be used in production.
# Contributing