smtplib help

David A McInnis david at dataovation.com
Mon Nov 26 05:00:07 EST 2001


Any ideas why smtplib would crash on me after about sending 150 email msgs
(i did not count, but that is a good estimate)?

This is the error that I am getting.

  File "C:\Python21\mm_mime.py", line 93, in Send
    server = smtplib.SMTP(host)
  File "C:\Python21\lib\smtplib.py", line 187, in __init__
    (code, msg) = self.connect(host, port)
  File "C:\Python21\lib\smtplib.py", line 222, in connect
    self.sock.connect((host, port))
  File "<string>", line 1, in connect
error: (10048, 'Address already in use')

David McInnis
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20011126/e8eee102/attachment.html>


More information about the Python-list mailing list