<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2600.0" name=GENERATOR></HEAD>
<BODY>
<DIV><SPAN class=073195809-26112001><FONT face=Arial size=2>Any ideas
why smtplib would crash on me after about sending 150 email msgs (i did not
count, but that is a good estimate)?</FONT></SPAN></DIV>
<DIV><SPAN class=073195809-26112001><FONT face=Arial
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=073195809-26112001><FONT face=Arial size=2>This is the error
that I am getting.</FONT></SPAN></DIV>
<DIV><SPAN class=073195809-26112001><FONT face=Arial
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=073195809-26112001><FONT face=Arial size=2> File
"C:\Python21\mm_mime.py", line 93, in Send<BR> server =
smtplib.SMTP(host)<BR> File "C:\Python21\lib\smtplib.py", line 187, in
__init__<BR> (code, msg) = self.connect(host, port)<BR>
File "C:\Python21\lib\smtplib.py", line 222, in connect<BR>
self.sock.connect((host, port))<BR> File "<string>", line 1, in
connect<BR>error: (10048, 'Address already in use')</FONT></SPAN></DIV>
<DIV><SPAN class=073195809-26112001><FONT face=Arial
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=073195809-26112001><FONT face=Arial size=2>David
McInnis</FONT></SPAN></DIV></BODY></HTML>