problem in using sendmail in multi thread

Aahz aahz at pythoncraft.com
Tue May 5 12:06:59 EDT 2009


In article <343747e9-549f-4336-9b15-522411a785a3 at x1g2000prh.googlegroups.com>,
gganesh  <ganesh.gbg at gmail.com> wrote:
>
>I'm a beginner in using Python script
>I'm trying to send mails using multi-thread

You need a separate SMTP connection for each thread.
-- 
Aahz (aahz at pythoncraft.com)           <*>         http://www.pythoncraft.com/

"It is easier to optimize correct code than to correct optimized code."
--Bill Harlan



More information about the Python-list mailing list