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

Missing `attachments` on message creation

Open jensenbox opened this issue 3 years ago • 0 comments

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

jensenbox avatar Jun 15 '22 07:06 jensenbox