How to send Email using Celery in Django application
Reading Time: 6 minutes Hello Readers! In this blog we will see how to send email using celery in the django application. We will use celery_flower for the monitoring of the tasks done by the celery. As you all know celery is use for the tasks for doing asynchronously. A task can be anything like any python functions which have something to execute. Prerequisites: Before starting we have some Continue Reading