pmclanahan / django-celery-email

A Django email backend that uses a celery task for sending the email.
BSD 3-Clause "New" or "Revised" License
477 stars 110 forks source link

Emails to send at background #60

Open asimdogar opened 5 years ago

asimdogar commented 5 years ago

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 5 years ago

Did you add djcelery_email to INSTALLED_APPS?

asimdogar commented 5 years ago

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

asimdogar commented 5 years ago

i have many apps all using emails

Dejna93 commented 5 years ago

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