fix: use SMTP port 465 with SSL instead of STARTTLS

This commit is contained in:
2025-11-09 08:02:06 +01:00
parent bfe4b467f0
commit 8e6cb9018d

View File

@@ -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: