Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

problem with celery #8

Open
onurmatik opened this issue Jun 15, 2014 · 1 comment
Open

problem with celery #8

onurmatik opened this issue Jun 15, 2014 · 1 comment

Comments

@onurmatik
Copy link

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.

@ramusus
Copy link
Owner

ramusus commented Oct 24, 2014

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants