An update to this:

It was in fact a python 2.3 bug with having a timeout set on the
socket connection when using TLS.

I got around it by hacking the SMTPConnection.open() call to set the
time out on the socket to None. The code isn't in heavy use (contact
form) but obviously eventually upgrading to Py2.4 or 2.5 is a better
solution if you can rather than hacking the django mail file :).

-C

On Sep 28, 11:50 am, Chris Kelly <[EMAIL PROTECTED]> wrote:
> I'm trying to use the new(ish) TLS functionality to send email via
> gmail's SMTP server, and I am getting an exception:
>
> Exception Type: sslerror
> Exception Value:        The read operation timed out
>
> I am running latest trunk on Python 2.3.5. I'm hoping this isn't a
> py2.3 issue, but fear it may be.
>
> is anyone else connecting to gmail's smtp with the new EmailMessage
> code on py2.3?
>
> another interesting idea may be to add a timeout param to the
> connection class. I had similar issues with a previous version, and
> had to hack the old send_mail method to add a larger timeout (though
> this was a different email server than gmail).


--~--~---------~--~----~------------~-------~--~----~
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