pmclanahan/django-celery-email

Emails to send at background

asimdogar opened this issue · 4 comments

I simply follow the README then i just add EMAIL_BACKEND = 'djcelery_email.backends.CeleryEmailBackend' in settings and then apps: celery==4.2.1
django-celery-email==2.0.1
but emails are not sending at background

pmac commented

Did you add djcelery_email to INSTALLED_APPS?

yes added can you please suggest me i'm struggling about it

i have many apps all using emails

Did you run celery worker ? If yes, run it with --loglevel DEBUG and paste results