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

Avoid using celery 5.0 #80

Closed palvarez89 closed 2 years ago

palvarez89 commented 3 years ago

Fixes #79

tartieret commented 2 years ago

The package works perfectly with Celery > 5.0

palvarez89 commented 2 years ago

Ah, thanks for doing the digging! Closing this

tartieret commented 2 years ago

@palvarez89 do you maintain this project ? I am happy to provide some help as I am considering using this package for my company

palvarez89 commented 2 years ago

@palvarez89 do you maintain this project ? I am happy to provide some help as I am considering using this package for my company

Nope, just another user of this project. Was actually wondering if this project is maintained.

tartieret commented 2 years ago

@pmclanahan would you like some help?

pmclanahan commented 2 years ago

Hi. Any help is definitely appreciated.

tartieret commented 2 years ago

@pmclanahan what do you suggest? It seems that checking the compatibility with Celery 5 and updating the docs / requirements to include Celery 5 would be the main thing to do ? I am happy to take this on, should I submit a pull request for it ?

pmac commented 2 years ago

That would be very helpful indeed! Any help is much appreciated. I'll take a look as they come in.