You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
monkey-patching approach does not work with celery (3.1) because celery is loaded in the projects' _init.py before email-html. thus celery always uses the built-in send_mail. maybe it is not directly a problem of email-html but not being able to use it with celery is a problem.
The text was updated successfully, but these errors were encountered:
Could you post here more details about your configuration and targets? Do you want to send html emails via celery tasks? May be you have tests to reproduce problem?
monkey-patching approach does not work with celery (3.1) because celery is loaded in the projects' _init.py before email-html. thus celery always uses the built-in send_mail. maybe it is not directly a problem of email-html but not being able to use it with celery is a problem.
The text was updated successfully, but these errors were encountered: