How can I catch for a connection timeout error in Python's SMTPlib?

Posted by ensnare on Stack Overflow See other posts from Stack Overflow or by ensnare
Published on 2010-03-28T03:22:53Z Indexed on 2010/03/28 3:33 UTC
Read the original article Hit count: 457

The error being thrown is:

error: [Errno 110] Connection timed out

I'm not sure what to except for?

Thanks.

© Stack Overflow or respective owner

Related posts about python

Related posts about smtplib