Tagged Questions

2
votes
1answer
636 views

How to set smtplib sending timeout in python 2.4?

I'm having problems with smtplib tying up my program when email sending fails, because a timeout is never raised. The server I'm using does not and will never have python greater than 2.4, so I can't ...