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 110 forks source link

Issue 46: Attachments headers not working in 2.0.0 #77

Open Nekmo opened 3 years ago

Nekmo commented 3 years ago

This pull request adds support for headers in attachments without breaking support for queued messages. A new value is added in the attachments tuple for headers.

hiaselhans commented 3 years ago

After switching to django-celery-email i found that inline images weren't working anymore. I'd really appreciate this pr being merged into the package. Especially after seeing #47 lying around for too long.

Thanks for all the good work!