We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1c3074 commit 1fd718cCopy full SHA for 1fd718c
docs/content/doc/usage/email-setup.en-us.md
@@ -76,12 +76,15 @@ The following configuration should work with GMail's SMTP server:
76
```ini
77
[mailer]
78
ENABLED = true
79
+HOST = smtp.gmail.com:465
80
SMTP_ADDR = smtp.gmail.com
81
SMTP_PORT = 465
-FROM = [email protected]
82
-USER = example@gmail.com
+FROM = example.user@gmail.com
83
+USER = example.user
84
PASSWD = ***
85
MAILER_TYPE = smtp
86
IS_TLS_ENABLED = true
-HELO_HOSTNAME = example.com
87
```
88
+
89
+Note that you'll need to create and use an [App password](https://support.google.com/accounts/answer/185833?hl=en) by enabling 2FA on your Google
90
+account. You won't be able to use your Google account password directly.
0 commit comments