Skip to content

Commit

Permalink
docs: make the required backticks in email password more explicit (go…
Browse files Browse the repository at this point in the history
…-gitea#23923) (go-gitea#23926)

Backport go-gitea#23923 by @teauxfu

updated the example config to make the needed backticks around the
password more obvious

Co-authored-by: alex <alexmw777@gmail.com>
  • Loading branch information
GiteaBot and teauxfu authored Apr 4, 2023
1 parent 7bfab90 commit 8d88f14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/doc/administration/email-setup.en-us.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ SMTP_ADDR = smtp.gmail.com
SMTP_PORT = 465
FROM = example.user@gmail.com
USER = example.user
PASSWD = ***
PASSWD = `***`
MAILER_TYPE = smtp
IS_TLS_ENABLED = true
```
Expand Down

0 comments on commit 8d88f14

Please sign in to comment.