Skip to content

Support Serializing Emails With Alternatives In Django 5.2 #44

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dchukhin
Copy link

When sending an email with alternatives in Django 5.2 with the RedisCache backend, we encounter the following error in cache.set(MAIL_TOOLBAR_CACHE_KEY, outbox, MAIL_TOOLBAR_TTL) (in mail_panel/utils.py):

_pickle.PicklingError: Can't pickle <class 'django.core.mail.message.Alternative'>: attribute lookup Alternative on django.core.mail.message failed

This pull request adds some logic that turns an outbox's emails into serializable dictionaries prior to putting the outbox into the cache, and turns the serialized data back into MailToolbarBackendEmail objects when pulling the outbox from the cache.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant