[Answer]-Django Celery Error

1👍

First of all there is a simple way of sending emails using celery:

django-celery-email

Second, your task is wrong. Task is a background job, not view. It should perform the final operation. In your case this is sending email

Leave a comment