SMTP help please

Martin Franklin mfranklin1 at gatwick.westerngeco.slb.com
Tue Jun 7 05:27:41 EDT 2005


Tim Williams wrote:
> ----- Original Message ----- 
> From: "Tim Williams" <listserver at tdw.net>
> 
>>try:
>>    s.close()
>>except
>>    pass
> 
> 
> Typo!! 
> 
> That should be s.quit()   not s.close()  
> 
> :)
> 
> 
> 
> 


and perhaps put into a finally:


Mart




More information about the Python-list mailing list