I am using 'smtplib' module to send an email but getting exception... smtplib.SMTP(<nailservernam> throw error :
here is trace back snippet :- " smtp = smtplib.SMTP(self.server) File "D:\Python24\lib\smtplib.py", line 244, in __init__ (code, msg) = self.connect(host, port) File "D:\Python24\lib\smtplib.py", line 306, in connect raise socket.error, msg socket.error: (10053, 'Software caused connection abort')" thanks in adv, aberry -- View this message in context: http://www.nabble.com/smtplib.SMTP-throw-%3A-%27Socket-error%3A-10053-software-caused-connection-abort%27-tp21565011p21565011.html Sent from the Python - python-list mailing list archive at Nabble.com. -- http://mail.python.org/mailman/listinfo/python-list