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