fix: remove extra SMTP settings from asciinema config

Removed SMTP_NO_MX_LOOKUPS and SMTP_ALLOWED_TLS_VERSIONS settings
that were added during troubleshooting. Using only basic SMTP
configuration that works for other services (mattermost, tandoor).

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2025-11-09 03:23:11 +01:00
parent 98db62b07b
commit a9327650b3

View File

@@ -21,8 +21,6 @@ services:
SMTP_SSL: true
SMTP_AUTH: always
SMTP_RETRIES: 1
SMTP_NO_MX_LOOKUPS: true
SMTP_ALLOWED_TLS_VERSIONS: tlsv1.2,tlsv1.3
MAIL_FROM_ADDRESS: ${EMAIL_FROM}
MAIL_REPLY_TO_ADDRESS: ${ASCIINEMA_MAIL_REPLY_TO}
SIGN_UP_DISABLED: ${ASCIINEMA_SIGN_UP_DISABLED:-false}