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.
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.