fix: put smtp password in quotes

This commit is contained in:
2023-03-05 12:05:26 +01:00
parent 74fb8014fa
commit 6e556c8b2d
3 changed files with 2 additions and 2 deletions

View File

@ -685,7 +685,7 @@ email:
# authentication is attempted.
#
smtp_user: {{ env "SMTP_USER" }}
smtp_pass: {{ secret "smtp_password" }}
smtp_pass: "{{ secret "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