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
pull/21257/head
alex 2023-04-04 12:19:01 -05:00 committed by GitHub
parent e6685fc4ce
commit 0983b237d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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