In article <[email protected]>, gganesh <[email protected]> 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 ([email protected]) <*> http://www.pythoncraft.com/ "It is easier to optimize correct code than to correct optimized code." --Bill Harlan -- http://mail.python.org/mailman/listinfo/python-list
