From b3f5244cd658b042336a17c0d2b64ca2dd0b32f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Floure?= Date: Mon, 22 Feb 2021 13:59:53 +0100 Subject: [PATCH] __matrix_synapse: fix SMTP password handling --- type/__matrix_synapse/files/homeserver.yaml.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/type/__matrix_synapse/files/homeserver.yaml.sh b/type/__matrix_synapse/files/homeserver.yaml.sh index 3ec4ba2..eea3284 100755 --- a/type/__matrix_synapse/files/homeserver.yaml.sh +++ b/type/__matrix_synapse/files/homeserver.yaml.sh @@ -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