mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-01 07:09:21 +01:00
[docs] Fix Gmail configuration (#26356)
This commit is contained in:
parent
4fd8ac0653
commit
b94370504f
1 changed files with 3 additions and 2 deletions
|
@ -79,8 +79,9 @@ SMTP_PORT = 465
|
||||||
FROM = example.user@gmail.com
|
FROM = example.user@gmail.com
|
||||||
USER = example.user
|
USER = example.user
|
||||||
PASSWD = `***`
|
PASSWD = `***`
|
||||||
PROTOCOL = smtp
|
PROTOCOL = smtps ; Gitea >= 1.19.0
|
||||||
IS_TLS_ENABLED = true
|
; 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
|
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…
Reference in a new issue