1👍
You can use Django Celery Email to send your emails via a celery queue: https://pypi.org/project/django-celery-email/
If you have a higher volume that needs to be send, you can also user Django-Mailer: https://pypi.org/project/django-mailer/
These plugins will replace your default email backend and all emails will be processed via them.
Source:stackexchange.com