Skip to content

Commit

Permalink
docs: make the required backticks in email password more explicit (#2…
Browse files Browse the repository at this point in the history
…3923)

updated the example config to make the needed backticks around the
password more obvious
  • Loading branch information
teauxfu authored Apr 4, 2023
1 parent e6685fc commit 0983b23
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 = [email protected]
USER = example.user
PASSWD = ***
PASSWD = `***`
MAILER_TYPE = smtp
IS_TLS_ENABLED = true
```
Expand Down

0 comments on commit 0983b23

Please sign in to comment.