From f04e182804927156004d7ccd3ce7475a5e6c3ead Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Kr=C3=BCger?= Date: Sun, 9 Nov 2025 08:06:12 +0100 Subject: [PATCH] fix: change SMTP_AUTH from login to always --- asciinema/compose.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/asciinema/compose.yaml b/asciinema/compose.yaml index c5ae751..966e247 100644 --- a/asciinema/compose.yaml +++ b/asciinema/compose.yaml @@ -17,7 +17,9 @@ services: SMTP_PASSWORD: ${EMAIL_SMTP_PASSWORD} SMTP_FROM_ADDRESS: ${EMAIL_FROM} SMTP_PORT: 465 - SMTP_SSL: true + SMTP_SSL: always + SMTP_TLS: always + SMTP_AUTH: always SIGN_UP_DISABLED: ${ASCIINEMA_SIGN_UP_DISABLED:-false} DEFAULT_AVATAR: gravatar labels: