[docs] Fix Gmail configuration (#26356)

This commit is contained in:
Brian Lachniet 2023-08-06 12:02:43 -04:00 committed by GitHub
parent 4fd8ac0653
commit b94370504f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -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