__matrix_synapse: fix SMTP password handling

This commit is contained in:
fnux 2021-02-22 13:59:53 +01:00
parent d589993c6d
commit b3f5244cd6
No known key found for this signature in database
GPG Key ID: 4502C902C00A1E12
1 changed files with 1 additions and 1 deletions

View File

@ -2273,7 +2273,7 @@ email:
# authentication is attempted.
#
smtp_user: "$SMTP_USER"
smtp_pass: "$SMTP_PASS"
smtp_pass: "$SMTP_PASSWORD"
# Uncomment the following to require TLS transport security for SMTP.
# By default, Synapse will connect over plain text, and will then switch to