John wrote: > Can anyone help me in coding a script that can send a text message > typed to > the script like. > > sendmessage 6318019564 "test message" > > What I want to do is fill up this information on this webpage > > http://www.cingularme.com/do/public/send;jsessionid=aKDwXM1S0Reh > > and click the submit button using the python script. Any ideas on > how to do this or if someone has already done this? > > Thanks, > --j > I send text messages by using smtp and sending to:
<10-digit cell phone number>@mobile.mycingular.com example [EMAIL PROTECTED] Is a LOT easier to implement and doesn't depend on the web page not changing. -Larry Bates -- http://mail.python.org/mailman/listinfo/python-list