Sending SMS using ASP.Net 2.0 |
|
Posted By
Kavita Tilloo
on
5/27/2008 11:01:57 AM |
|
|
|
Description: |
I can suggest you 2 methods but i have not used it.
You can try through one of the following routes:-
1. Through a gateway : You'll need to subscribe to a gateway services which would allow you to send sms either through a web service or simple HTTP posts. The gateway however will charge you per sms and most of the gateways offer worldwide coverage with guaranteed delivery.
2. Connect a GSM modem to your machine. .NET framework 2.0 comes with builtin libraries using which you can send/receive sms and in addition could even control the behaviour of your application based ont the replies you receive. |
|
|
|