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

Attachments do not work in 1.1.5 #40

Open commilfo opened 7 years ago

commilfo commented 7 years ago

I've just spent a lot of time investigating why sending emails with attachments fails. You already have a working fix but it's not a part of the current 1.1.5 version. Please either release 1.1.6 or mention in the documentation that attachments don't work. Thanks!

luflow commented 7 years ago

Is there a possibility to backport the fix to the old code base to be compatible with older celery versions?

Or where do I find the fix mentioned in your question @commilfo