sebastianos
March 28th, 2006, 06:34 PM
How I can send messages SMS to a cellular telephone from my application?
Exists some FREE Web service?
(In Code Project there is an example, but it does not support my country, Argentina)
Thanks!
Techno
March 28th, 2006, 08:14 PM
http://www.codeguru.com/forum/showthread.php?t=381526
jayender.vs
March 29th, 2006, 12:21 AM
How I can send messages SMS to a cellular telephone from my application?
Exists some FREE Web service?
(In Code Project there is an example, but it does not support my country, Argentina)
Thanks!You cant send messages directly through asp.net.
What you can do is send a web request or an email to an online SMS provider, or to a local gateway (like a phone) and it can then pass the message onto the GSM network.
Try Clickatell to get an idea ..International SMS Coverage (http://www.clickatell.com/brochure/coverage.php)