PDA

View Full Version : sending mesg to mobile phone



apply112
09 Mar 2009, 11:24 PM
how can i send messsage to a mobile phone from my asp.net website.The backend is ms sql server.

mikeygic
22 Mar 2009, 06:09 PM
I've done this once, it was pretty cool - and very simple. If you can use the cell phone for texting, have the owner send a text to you're email address. When you get it, observe the reply to address. It might be something like 9784568445@txt.att.net. So if your site has a form-to-mail script, just direct the forms output to that email address and they will get a text! I hope that's what you were wanting to do.