Re: Problem occured while sending mail

2008-09-18 Thread Peter Pearson
On Wed, 17 Sep 2008 23:53:36 -0700 (PDT), sui <[EMAIL PROTECTED]> wrote: > On Sep 17, 8:04 pm, Peter Pearson <[EMAIL PROTECTED]> wrote: >> On Wed, 17 Sep 2008 05:28:05 -0700 (PDT), sui <[EMAIL PROTECTED]> wrote: [snip] >> > socket.error: (110, 'Connection timed out') [snip] >> As a simple connectiv

Re: Problem occured while sending mail

2008-09-17 Thread sui
On Sep 17, 8:04 pm, Peter Pearson <[EMAIL PROTECTED]> wrote: > On Wed, 17 Sep 2008 05:28:05 -0700 (PDT), sui <[EMAIL PROTECTED]> wrote: > > On Sep 17, 5:04 pm, sui <[EMAIL PROTECTED]> wrote: > >> this is my code > > >> import sys, os, glob, datetime, time > >> import smtplib > >> ## Parameters for

Re: Problem occured while sending mail

2008-09-17 Thread sui
On Sep 17, 8:04 pm, Peter Pearson <[EMAIL PROTECTED]> wrote: > On Wed, 17 Sep 2008 05:28:05 -0700 (PDT), sui <[EMAIL PROTECTED]> wrote: > > On Sep 17, 5:04 pm, sui <[EMAIL PROTECTED]> wrote: > >> this is my code > > >> import sys, os, glob, datetime, time > >> import smtplib > >> ## Parameters for

Re: Problem occured while sending mail

2008-09-17 Thread Peter Pearson
On Wed, 17 Sep 2008 05:28:05 -0700 (PDT), sui <[EMAIL PROTECTED]> wrote: > On Sep 17, 5:04 pm, sui <[EMAIL PROTECTED]> wrote: >> this is my code >> >> import sys, os, glob, datetime, time >> import smtplib >> ## Parameters for SMTP session >> port=587 >> SMTPserver= 'smtp.gmail.com' >> SMTPuser= '

Re: Problem occured while sending mail

2008-09-17 Thread sui
On Sep 17, 5:04 pm, sui <[EMAIL PROTECTED]> wrote: > this is my code > > import sys, os, glob, datetime, time > import smtplib > ## Parameters for SMTP session > port=587 > SMTPserver= 'smtp.gmail.com' > SMTPuser= '[EMAIL PROTECTED]' > pw= 'fill in here' > SENDER= SMTPuser > > ## Message details >

Problem occured while sending mail

2008-09-17 Thread sui
this is my code import sys, os, glob, datetime, time import smtplib ## Parameters for SMTP session port=587 SMTPserver= 'smtp.gmail.com' SMTPuser= '[EMAIL PROTECTED]' pw= 'fill in here' SENDER= SMTPuser ## Message details FROM= SENDER TO= '[EMAIL PROTECTED]' CC=FROM ##RECEIVERS= (TO, CC) ##pro