![]() |
|
|
|||||||
![]() |
Wireless Networking - Sending text messages to cell phones.. |
|
|
Thread Tools | Search this Thread |
|
|
#1 |
|
Is it possible to write a Windows application that will send a short
text-only message to a cell phone, either by using the receiver's phone number (ie. sendMessage("Hello", phoneNum) ) or by sending it to any cell phone within a radius of the PC running the application? Any info is appreciated. Thanks. VM |
|
|
|
|
#2 |
|
Posts: n/a
|
You can only send a txt message to a cell phone through
the respective cellular operator. The easiest way is the find out of the operator supports SMS through email. T- mobile (USA) does this. You can send an email to [mobile- number]@tmomail.net and the subject line will appear as txt message on the phone. You can send these messages to any phone regardless where it is located, as long as it is logged onto a cellular network.... >-----Original Message----- >Is it possible to write a Windows application that will send a short >text-only message to a cell phone, either by using the receiver's phone >number (ie. sendMessage("Hello", phoneNum) ) or by sending it to any cell >phone within a radius of the PC running the application? > >Any info is appreciated. > >Thanks. > > > >. > |
|
|
|
#3 |
|
Posts: n/a
|
Do all text messages work like this?
For example, when I receive a txt message in my cell phone from the same company that provides my service, are they sending it via an email? "JR" <> wrote in message news:216b601c45af0$50d7fe40$... > You can only send a txt message to a cell phone through > the respective cellular operator. The easiest way is the > find out of the operator supports SMS through email. T- > mobile (USA) does this. You can send an email to [mobile- > number]@tmomail.net and the subject line will appear as > txt message on the phone. > You can send these messages to any phone regardless where > it is located, as long as it is logged onto a cellular > network.... > >-----Original Message----- > >Is it possible to write a Windows application that will > send a short > >text-only message to a cell phone, either by using the > receiver's phone > >number (ie. sendMessage("Hello", phoneNum) ) or by > sending it to any cell > >phone within a radius of the PC running the application? > > > >Any info is appreciated. > > > >Thanks. > > > > > > > >. > > |
|
|
|
#4 |
|
Posts: n/a
|
"VM" <> wrote in message
news:... > Do all text messages work like this? > For example, when I receive a txt message in my cell phone from the same > company that provides my service, are they sending it via an email? Not all cell carriers allow SMS by open email. You need a special agreement with those who don't (of course, not for free). See http://sms.icq.com/sms www.smspop.com -- |
|
|
|
#5 |
|
Posts: n/a
|
>>
>>Any info is appreciated. >> The following might help - How Paging/SMS Works - http://www.notepage.net/how-it-works.htm What is SMS - http://www.ringtones-central.com/what-is-sms.htm Cheers, Riana |
|