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

celery #139

Open
kodeine opened this issue Dec 2, 2017 · 3 comments
Open

celery #139

kodeine opened this issue Dec 2, 2017 · 3 comments

Comments

@kodeine
Copy link

kodeine commented Dec 2, 2017

wanted to know if it supports celery or this package

@chrisconlan
Copy link

It integrates with celery. If the package you linked calls Django's send_mail or its relatives in a predictable and standard way, they should get along.

@prafulbagai708
Copy link

@kodeine Were you able to integrate django-ses with django-celery-email. I too am looking for this.

@EricOuma
Copy link

EricOuma commented Apr 8, 2022

@kodeine the following settings should enable you integrate django-celery-email:

EMAIL_BACKEND = 'djcelery_email.backends.CeleryEmailBackend'
CELERY_EMAIL_BACKEND = 'django_ses.SESBackend'

I haven't tested but it should work. Check https://pypi.org/project/django-celery-email/

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

4 participants