From 4a3b29a6ea5f5c669acc0d01725d945e6694a89f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Kr=C3=BCger?= Date: Sun, 9 Nov 2025 07:36:29 +0100 Subject: [PATCH] fix: use SMTP_TLS=if_available to allow fallback from TLS --- asciinema/compose.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/asciinema/compose.yaml b/asciinema/compose.yaml index 1b145f3..d19c4ac 100644 --- a/asciinema/compose.yaml +++ b/asciinema/compose.yaml @@ -18,8 +18,8 @@ services: SMTP_PORT: 587 SMTP_USERNAME: ${EMAIL_SMTP_USER} SMTP_PASSWORD: ${EMAIL_SMTP_PASSWORD} - SMTP_TLS: always - SMTP_TLS_VERIFY: false + SMTP_TLS: if_available + SMTP_SSL: false MAIL_FROM_ADDRESS: ${EMAIL_FROM} SIGN_UP_DISABLED: ${ASCIINEMA_SIGN_UP_DISABLED:-false} DEFAULT_AVATAR: gravatar