docs: make the required backticks in email password more explicit (#23923) (#23926)

Backport #23923 by @teauxfu

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

Co-authored-by: alex <alexmw777@gmail.com>
pull/23929/head
Giteabot 2 years ago committed by GitHub
parent 7bfab90a8f
commit 8d88f148d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/content/doc/administration/email-setup.en-us.md

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

Loading…
Cancel
Save