I've seen that django has recently added asynchronous support in version 3.0. However, the docs are not completely clear for me and they do not provide a working example.
Is it possible to send an email asynchronously using django.core.mail.send_mail
and asgiref.sync.sync_to_async
? If so, how would this be accomplished?
Thanks beforehand