From 8e6cb9018da67d6695b99683d72747d3f7528144 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Kr=C3=BCger?= Date: Sun, 9 Nov 2025 08:02:06 +0100 Subject: [PATCH] fix: use SMTP port 465 with SSL instead of STARTTLS --- asciinema/compose.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/asciinema/compose.yaml b/asciinema/compose.yaml index 1d913f5..c5ae751 100644 --- a/asciinema/compose.yaml +++ b/asciinema/compose.yaml @@ -16,8 +16,8 @@ services: SMTP_USERNAME: ${EMAIL_SMTP_USER} SMTP_PASSWORD: ${EMAIL_SMTP_PASSWORD} SMTP_FROM_ADDRESS: ${EMAIL_FROM} - SMTP_PORT: 587 - SMTP_TLS: never + SMTP_PORT: 465 + SMTP_SSL: true SIGN_UP_DISABLED: ${ASCIINEMA_SIGN_UP_DISABLED:-false} DEFAULT_AVATAR: gravatar labels: