Displaying 1 result from an estimated 1 matches for "smtpserverdisconnect".
Did you mean:
smtpserverdisconnected
2010 Feb 25
2
getaddrinfo problem
...<smtplib.SMTP instance>, self.getreply = <bound method SMTP.getreply of
<smtplib.SMTP instance>>
/usr/lib64/python2.4/smtplib.py in getreply(self=<smtplib.SMTP instance>)
349 if line == '':
350 self.close()
351 raise SMTPServerDisconnected("Connection unexpectedly
closed")
352 if self.debuglevel > 0: print>>stderr, 'reply:',
repr(line)
353 resp.append(line[4:].strip())
global SMTPServerDisconnected = <class smtplib.SMTPServerDisconnected>
SMTPServerDisconnected: Connectio...