mirror of
https://gitea.com/gitea/docs.git
synced 2026-09-17 19:55:34 +00:00
Backport #23923 by @teauxfu updated the example config to make the needed backticks around the password more obvious Co-authored-by: alex <[email protected]>
This commit is contained in:
committed by
GitHub
co-authored by
alex
parent
dd7dafa72e
commit
364adca848
@@ -81,7 +81,7 @@ SMTP_ADDR = smtp.gmail.com
|
|||||||
SMTP_PORT = 465
|
SMTP_PORT = 465
|
||||||
FROM = [email protected]
|
FROM = [email protected]
|
||||||
USER = example.user
|
USER = example.user
|
||||||
PASSWD = ***
|
PASSWD = `***`
|
||||||
MAILER_TYPE = smtp
|
MAILER_TYPE = smtp
|
||||||
IS_TLS_ENABLED = true
|
IS_TLS_ENABLED = true
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user