Sending text messages to cell phones..

VM

Distinguished
Jun 25, 2004
9
0
18,510
Archived from groups: microsoft.public.windows.networking.wireless (More info?)

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.
 

jr

Distinguished
Mar 31, 2004
198
0
18,680
Archived from groups: microsoft.public.windows.networking.wireless (More info?)

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.
>
>
>
>.
>
 

VM

Distinguished
Jun 25, 2004
9
0
18,510
Archived from groups: microsoft.public.windows.networking.wireless (More info?)

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" <anonymous@discussions.microsoft.com> wrote in message
news:216b601c45af0$50d7fe40$a301280a@phx.gbl...
> 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.
> >
> >
> >
> >.
> >
 
G

Guest

Guest
Archived from groups: microsoft.public.windows.networking.wireless (More info?)

"VM" <vonchi_m@yahoo.com> wrote in message
news:OI1KDFvWEHA.384@TK2MSFTNGP10.phx.gbl...
> 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

--