__matrix_synapse: fix SMTP password handling
This commit is contained in:
parent
d589993c6d
commit
b3f5244cd6
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue