django-mail-panel icon indicating copy to clipboard operation
django-mail-panel copied to clipboard

Preview mail in this panel for django debug toolbar.

Results 8 django-mail-panel issues
Sort by recently updated
recently updated
newest added

It appears that the `attachments` argument is not being carried forward. https://github.com/scuml/django-mail-panel/blob/master/mail_panel/backend.py#L20 should mirror: https://github.com/django/django/blob/main/django/core/mail/message.py#L205

Bumps [django](https://github.com/django/django) from 2.2.25 to 2.2.28. Commits 5c33000 [2.2.x] Bumped version for 2.2.28 release. 29a6c98 [2.2.x] Fixed CVE-2022-28347 -- Protected QuerySet.explain(**options) against... 2c09e68 [2.2.x] Fixed CVE-2022-28346 -- Protected QuerySet.annotate(), aggregate(),...

dependencies

Django Version: 3.2.11 django-mail-panel==3.2.6 django-debug-toolbar==3.2.4 `Exception Value: 'EmailMessage' object has no attribute 'alternatives'` I am using the [django-tempalted-email 3.0.0 package](https://pypi.org/project/django-templated-email/) to send an email: send_templated_mail(...) I attempted to fix it...

I'm using the `attach_inline_image_file` functionality of Anymail (see https://anymail.dev/en/stable/sending/anymail_additions/#inline-images), however, the inline images don't seem to appear properly in the debug toolbar's mail panel (neither in the body or as...

We have celery send emails in bulk, and as soon as the concurrency is above 1 emails go missing randomly. Seems like a race condition in some `get emails ->...

Increases the font size for modern displays. Adds a subtle hints of depth back to the UI. Adds attachment icon to header. ![Screenshot 2025-05-21 at 12 24 04 PM](https://github.com/user-attachments/assets/506602a1-5f5c-4a6a-ab43-77510e554061) To...

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 : attribute...

Hi @scuml, The toolbar is undergoing a refactor to support serializing panel data so that it can be persisted. This has involved some backwards incompatible API changes that third-party panels...