I can send a text message to my cell phone by just sending an email to
my cell number @att.com.

Where can I get the protocol for other carriers?

My boss wants me to set up a form on our internal web site for sending
text messages to managers. Their phones are with various carriers
(ATT/Cingular, Verizon, T-Mobile, etc.)

Thanks!

Re: Generic code for "texting" by Evertjan

Evertjan
Wed Oct 03 14:17:32 PDT 2007

Dave Navarro wrote on 03 okt 2007 in
microsoft.public.inetserver.asp.general:

> I can send a text message to my cell phone by just sending an email to
> my cell number @att.com.
>
> Where can I get the protocol for other carriers?
>
> My boss wants me to set up a form on our internal web site for sending
> text messages to managers. Their phones are with various carriers
> (ATT/Cingular, Verizon, T-Mobile, etc.)

Wrong NG!


--
Evertjan.
The Netherlands.
(Please change the x'es to dots in my emailaddress)

Re: Generic code for "texting" by Adrienne

Adrienne
Wed Oct 03 16:01:28 PDT 2007

On Oct 3, 2:17 pm, "Evertjan." <exjxw.hannivo...@interxnl.net> wrote:
> Dave Navarro wrote on 03 okt 2007 in
> microsoft.public.inetserver.asp.general:
>
> > I can send a text message to my cell phone by just sending an email to
> > my cell number @att.com.
>
> > Where can I get the protocol for other carriers?
>
> > My boss wants me to set up a form on our internal web site for sending
> > text messages to managers. Their phones are with various carriers
> > (ATT/Cingular, Verizon, T-Mobile, etc.)
>
> Wrong NG!
>

I wouldn't say this is the wrong group... This IS something that an
ASP developer would want to do, send the results of a form submission
via SMS. Perhaps if there were an error, an IT person could get a
text message with the error message from the server.

To the OP: I've been looking into this myself, try Googling for ASP
SMS and see if anything strikes your fancy.

--
Adrienne Boswell at work
Administrator nextBlock.com
http://atlas.nextblock.com/files/
Please respond to the group so others can share



Re: Generic code for "texting" by McKirahan

McKirahan
Wed Oct 03 17:57:06 PDT 2007

"Dave Navarro" <dave@no.way.dude> wrote in message
news:MPG.216d7e6bd0faaba098968b@msnews.microsoft.com...
> I can send a text message to my cell phone by just sending an email to
> my cell number @att.com.
>
> Where can I get the protocol for other carriers?
>
> My boss wants me to set up a form on our internal web site for sending
> text messages to managers. Their phones are with various carriers
> (ATT/Cingular, Verizon, T-Mobile, etc.)

I found this link and info:

http://www.tech-recipes.com/rx/939/sms_email_cingular_nextel_sprint_tmobile_
verizon_virgin

I have email reminders sent to me for everything.
If you know the correct email address, you can also send
these messages to your cellular phone.
Here are the email addresses for the 6 most popular
cellular phone carriers:

T-Mobile: phonenumber@tmomail.net
Virgin Mobile: phonenumber@vmobl.com
Cingular: phonenumber@cingularme.com
Sprint: phonenumber@messaging.sprintpcs.com
Verizon: phonenumber@vtext.com
Nextel: phonenumber@messaging.nextel.com

where phonenumber = your 10 digit phone number


If you don't know the phone carrier for the cell phone number
you are attempting to call, you can try this universal service.



Re: Generic code for "texting" by jp2code

jp2code
Tue Oct 09 06:11:46 PDT 2007

How do you get this to work, Dave?

I am also with AT&T, but when I emailed a test message to myself, I got a
failure notice because of invalid recipient.

Dave wrote:
>I can send a text message to my cell phone by just sending an email to
> my cell number @att.com.
>
> Where can I get the protocol for other carriers?
>
> My boss wants me to set up a form on our internal web site for sending
> text messages to managers. Their phones are with various carriers
> (ATT/Cingular, Verizon, T-Mobile, etc.)
>
> Thanks!



Re: Generic code for "texting" by Brian

Brian
Tue Oct 09 10:33:54 PDT 2007

> I am also with AT&T, but when I emailed a test message to myself, I got a
> failure notice because of invalid recipient.

I think that's because AT&T is not @att.com - I thinkt it's @mmode.com OR if
the number was originally Cingular, then it's @mobile.mycingular.com

see here:

http://www.livejournal.com/tools/textmessage.bml?mode=details

I send text meesages to my kids all the time from Outlook/Express

Brian