Django Celery send register email do not work
问题 I am learning Celery. In my website, I let people register an account. Once they create a new account, it will automatically send an activation email to their user email address. Everything works well but now I want to use Celery to send the email asynchronously. I use RabbitMQ as broker, version 3.1.5 and Celery 3.1.7 (the latest version), as they say this version does not need djcelery. So all I need is just to install Celery. I followed the instruction as celery its website, Configurate my