We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bfab90 commit ea10f6bCopy full SHA for ea10f6b
docs/content/doc/administration/email-setup.en-us.md
@@ -81,7 +81,7 @@ SMTP_ADDR = smtp.gmail.com
81
SMTP_PORT = 465
82
FROM = [email protected]
83
USER = example.user
84
-PASSWD = ***
+PASSWD = `***`
85
MAILER_TYPE = smtp
86
IS_TLS_ENABLED = true
87
```
0 commit comments