As i understand you problem is that 465 is expect ssl connection but django firstly connect and then secure connection with tls. So you may try to found other port that support such a connection type or turn off tls and use insecure connection.
On Monday, March 19, 2012 3:44:12 PM UTC+2, Enrique Juan de Dios wrote: > > Hello Everyone. > I tried to send email with the email settings shown below, but doesn't > work. > > EMAIL_HOST = 'smtpout.secureserver.net' > EMAIL_HOST_USER = 'staff@******.com' > EMAIL_HOST_PASSWORD = '********' > DEFAULT_FROM_EMAIL = 'staff@*****.com' > SERVER_EMAIL = 'staff@*****.com' > EMAIL_PORT = 465 > EMAIL_USE_TLS = True > > Can anyone help me. > Thanks. > JD > -- You received this message because you are subscribed to the Google Groups "Django users" group. To view this discussion on the web visit https://groups.google.com/d/msg/django-users/-/qavK5ybGTMoJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

