Skip to content

Commit 0983b23

Browse files
authored
docs: make the required backticks in email password more explicit (#23923)
updated the example config to make the needed backticks around the password more obvious
1 parent e6685fc commit 0983b23

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

Lines changed: 1 addition & 1 deletion
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)