We have some python scripts which send an email with the error code when ever a failure happens in the python scripts. We are in the process of moving these from our current server (Windows 2003 ) to a new server (Windows 2003 R2). I was testing these scripts and we are unable to receive any email whenever a python script fails.
Here is the error message
"in connect raise socket.error, msg socket.error: (10060, 'Operation timed out')"
Thanks