Re: python & sms

2008-09-29 Thread sui
On Sep 30, 10:10 am, "James Mills" <[EMAIL PROTECTED]> wrote: > sui, > > I am sure you'll find many web services > that you can use to send SMS'. Your > problem would then become one of > learning how to communicate and access > web services

python & sms

2008-09-29 Thread sui
Hii i want a script to send sms to any mobile. can u help me ?? Thanks in advance.. -- http://mail.python.org/mailman/listinfo/python-list

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,

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,

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= &#x

Re: SMTP via GMAIL

2008-09-17 Thread sui
On Aug 7, 12:40 am, mmm <[EMAIL PROTECTED]> wrote: > On Aug 5, 12:18 am, Tim Roberts <[EMAIL PROTECTED]> wrote: > > > >But when using smtp.gmail.com as the server I learned that any > > >@gmail.com address in the Cc: text block would > > >receive mail even if I changed the code to have the RECEIVE

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