SMTP help please

Tim Williams listserver at tdw.net
Tue Jun 7 05:01:31 EDT 2005


----- Original Message ----- 
From: "Tim Williams" <listserver at tdw.net>
> 
> try:
>     s.close()
> except
>     pass

Typo!! 

That should be s.quit()   not s.close()  

:)







More information about the Python-list mailing list