From 3dc8ab1a645dbdb847820b29a5ace2869e757ca5 Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Thu, 29 Jan 2026 09:21:18 +0100 Subject: [PATCH] Update src/pretix/base/services/mail.py Co-authored-by: luelista --- src/pretix/base/services/mail.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pretix/base/services/mail.py b/src/pretix/base/services/mail.py index 3316ecb04f..af593a06eb 100644 --- a/src/pretix/base/services/mail.py +++ b/src/pretix/base/services/mail.py @@ -425,7 +425,7 @@ def mail_send_task(self, *args, outgoing_mail: int) -> bool: self.retry(max_retries=5, countdown=60) except MaxRetriesExceededError: # Well then, something is really wrong, let's send it without attachment before we - # don't sent at all + # don't send at all logger.exception(f'Could not attach tickets to email {outgoing_mail.guid}') pass