I registered a domain and a private email using namecheap.com. I am trying to send an email from this private email. However, I get the error in the title.
In my set
You may try SSL instead of TLS by making following changes in settings.py
settings.py
EMAIL_USE_SSL = True EMAIL_PORT = 465
hope that helps