Tag : django

I have a problem with send_email by django I tryed gmail and hotmail and email private , all of them return the same error code EMAIL_BACKEND = ‘django.core.mail.backends.smtp.EmailBackend’ EMAIL_HOST = ‘mail.privateemail.com’ EMAIL_HOST_USER = ‘[email protected]’ EMAIL_HOST_PASSWORD = ‘admeralGXG1986’ EMAIL_USE_TLS = False EMAIL_PORT = 465 Error console: ` File “/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/smtplib.py”, line 398, in getreply line = self.file.readline(_MAXLINE ..

Read more