On May 6, 7:10 pm, Jean-Paul Calderone wrote:
> On Tue, 5 May 2009 22:17:35 -0700 (PDT), gganesh wrote:
> >On May 5, 9:25 pm, Piet van Oostrum wrote:
> >> > gganesh (g) wrote:
> >> >g> hi,
> >> >g> I'm a beginner in using Python script
> >> >g> I'm trying to send mails using multi-thread
>
On Tue, 5 May 2009 22:17:35 -0700 (PDT), gganesh wrote:
On May 5, 9:25 pm, Piet van Oostrum wrote:
> gganesh (g) wrote:
>g> hi,
>g> I'm a beginner in using Python script
>g> I'm trying to send mails using multi-thread
>g> I wrote
>g> FROM = '[email protected]'
>g> # for more mail add';'
On May 5, 9:25 pm, Piet van Oostrum wrote:
> > gganesh (g) wrote:
> >g> hi,
> >g> I'm a beginner in using Python script
> >g> I'm trying to send mails using multi-thread
> >g> I wrote
> >g> FROM = '[email protected]'
> >g> # for more mail add';' the another mail id
> >g> listTo = ['g@gm
> gganesh (g) wrote:
>g> hi,
>g> I'm a beginner in using Python script
>g> I'm trying to send mails using multi-thread
>g> I wrote
>g> FROM = '[email protected]'
>g> # for more mail add';' the another mail id
>g> listTo = ['[email protected]', '[email protected]',
>g> '[email protected]
In article <[email protected]>,
gganesh 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://ww
hi,
I'm a beginner in using Python script
I'm trying to send mails using multi-thread
I wrote
FROM = '[email protected]'
# for more mail add';' the another mail id
listTo = ['[email protected]', '[email protected]',
'[email protected]']
SUBJECT = 'This is the subject'
MSGBODY = 'This the body