From 1bbe3085a7d594773fe6babb52d4c20aff64decb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Kr=C3=BCger?= Date: Sun, 9 Nov 2025 03:30:05 +0100 Subject: [PATCH] test: add SMTP_NO_MX_LOOKUPS=false to asciinema config MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Testing with MX lookups disabled (false). 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- asciinema/compose.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/asciinema/compose.yaml b/asciinema/compose.yaml index dab621c..2f767fc 100644 --- a/asciinema/compose.yaml +++ b/asciinema/compose.yaml @@ -21,6 +21,7 @@ services: SMTP_SSL: true SMTP_AUTH: always SMTP_RETRIES: 1 + SMTP_NO_MX_LOOKUPS: false MAIL_FROM_ADDRESS: ${EMAIL_FROM} MAIL_REPLY_TO_ADDRESS: ${ASCIINEMA_MAIL_REPLY_TO} SIGN_UP_DISABLED: ${ASCIINEMA_SIGN_UP_DISABLED:-false}