Skip to content

Commit b943705

Browse files
authored
[docs] Fix Gmail configuration (#26356)
1 parent 4fd8ac0 commit b943705

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/content/administration/email-setup.en-us.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,9 @@ SMTP_PORT = 465
7979
8080
USER = example.user
8181
PASSWD = `***`
82-
PROTOCOL = smtp
83-
IS_TLS_ENABLED = true
82+
PROTOCOL = smtps ; Gitea >= 1.19.0
83+
; PROTOCOL = smtp ; Gitea < 1.19.0
84+
; IS_TLS_ENABLED = true ; Gitea < 1.19.0
8485
```
8586

8687
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

0 commit comments

Comments
 (0)