mirror of
https://github.com/pretix/pretix.git
synced 2026-05-21 17:54:08 +00:00
Update src/pretix/base/services/mail.py
Co-authored-by: luelista <weller@rami.io>
This commit is contained in:
@@ -425,7 +425,7 @@ def mail_send_task(self, *args, outgoing_mail: int) -> bool:
|
|||||||
self.retry(max_retries=5, countdown=60)
|
self.retry(max_retries=5, countdown=60)
|
||||||
except MaxRetriesExceededError:
|
except MaxRetriesExceededError:
|
||||||
# Well then, something is really wrong, let's send it without attachment before we
|
# 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}')
|
logger.exception(f'Could not attach tickets to email {outgoing_mail.guid}')
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user