fix: [outline] fix smtp server config

This commit is contained in:
Boris Gallet
2024-12-05 17:57:43 +01:00
parent f6fd85266f
commit 406e01a095

View File

@@ -13,9 +13,9 @@ services:
$MASTER_BASE_SERVICE_NAME:
environment:
SMTP_USERNAME: \"$user\"
SMTP_PASS: \"${password//\$/\$\$}\"
SMTP_PASSWORD: \"${password//\$/\$\$}\"
SMTP_HOST: \"$host\"
SMTP_PORT: \"$port\"
#SMTP_SECURE: \"false\"
SMTP_FROM_EMAIL: \"$user\"
"