Skip to content

Commit 8d88f14

Browse files
GiteaBotteauxfu
andauthored
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 <[email protected]>
1 parent 7bfab90 commit 8d88f14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ SMTP_ADDR = smtp.gmail.com
8181
SMTP_PORT = 465
8282
8383
USER = example.user
84-
PASSWD = ***
84+
PASSWD = `***`
8585
MAILER_TYPE = smtp
8686
IS_TLS_ENABLED = true
8787
```

0 commit comments

Comments
 (0)