Send SMTP Email Through GoDaddy

484 views
Skip to first unread message

Enrique Juan de Dios

unread,
Mar 19, 2012, 9:44:12 AM3/19/12
to django...@googlegroups.com
Hello Everyone.
I tried to send email with the email settings shown below, but doesn't work.

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

Kurtis Mullins

unread,
Mar 19, 2012, 10:10:07 AM3/19/12
to django...@googlegroups.com
People will probably need more information to help you. For example, what are the errors you are seeing?

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/-/Kk3nzHbMTQgJ.
To post to this group, send email to django...@googlegroups.com.
To unsubscribe from this group, send email to django-users...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

Message has been deleted

infinitylX

unread,
Mar 20, 2012, 12:21:25 PM3/20/12
to django...@googlegroups.com
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. 
Reply all
Reply to author
Forward
0 new messages