im trying to use django.core.mail to send emails using the default backend and it doesn’t seem to be working. I’ve set up the email credentials, server, and port number in the settings file but whenever I try to run the send() method of an email message the command hangs indefinitely.
im trying to use django.core.mail to send emails using the default backend and it
Share
views.py
Add this in settings.py