Hi, I am trying to send mail from my website.
Here is my settings py:
EMAIL_HOST = 'mail.mydomain.ru'
EMAIL_HOST_USER = '[EMAIL PROTECTED]''
EMAIL_HOST_PASSWORD = 'pass'
EMAIL_PORT = 587
(credentials are correct, them work from PHP-script), telnet to smtp
server works fine.
But when I launch my script form my developer machine, or from
dreamhost server I get
Exception Type: error

Exception Value: (10054, 'Connection reset by peer')
Exception Location: \python\Lib\socket.py in readline, line 346
...
send_mail(subject, message, FEEDBACK_EMAIL, FEEDBACK_EMAIL)
...
How can I fix it?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to