pmclanahan / django-celery-email

A Django email backend that uses a celery task for sending the email.
BSD 3-Clause "New" or "Revised" License
477 stars 108 forks source link

Fixed attachment headers. #47

Open F0x06 opened 7 years ago

F0x06 commented 7 years ago

See issue #46

DeanElliott96 commented 5 years ago

This worked for me.

gabn88 commented 5 years ago

Is this manual patch still necessary? Or is it somehow included in 2.0.2?