Re: send_mail timeout

2008-08-25 Thread tm
Ok I figured it out. Basically I changed the send port to something other than 25. Apparently my machine requires that. On Aug 25, 11:27 pm, tm <[EMAIL PROTECTED]> wrote: > Hello, I am trying to use django's send_email exactly as in the docs, > and am receiving 10060, 'Operation timed out'.  I

send_mail timeout

2008-08-25 Thread tm
Hello, I am trying to use django's send_email exactly as in the docs, and am receiving 10060, 'Operation timed out'. I am developing on my local machine and using my webhost's email (the same settings I use in outlook send mail fine). I have the my settings file populated with the right data and