django-mail-panel
django-mail-panel copied to clipboard
Missing `attachments` on message creation
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