Browse Source

[docs] Fix Gmail configuration (#26356)

tags/v1.20.3
Brian Lachniet 10 months ago
parent
commit
b94370504f
No account linked to committer's email address
1 changed files with 3 additions and 2 deletions
  1. 3
    2
      docs/content/administration/email-setup.en-us.md

+ 3
- 2
docs/content/administration/email-setup.en-us.md View File

@@ -79,8 +79,9 @@ SMTP_PORT = 465
FROM = example.user@gmail.com
USER = example.user
PASSWD = `***`
PROTOCOL = smtp
IS_TLS_ENABLED = true
PROTOCOL = smtps ; Gitea >= 1.19.0
; PROTOCOL = smtp ; Gitea < 1.19.0
; IS_TLS_ENABLED = true ; Gitea < 1.19.0
```

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

Loading…
Cancel
Save