Hi All,
How can we send SMS via .net code.
which are the API's responsible for achieving this
thanks
Mark Rae [MVP] - 17 Sep 2007 13:46 GMT
> How can we send SMS via .net code.
http://www.google.co.uk/search?sourceid=navclient&hl=en-GB&ie=UTF-8&rlz=1T4GGIH_
en-GBGB220GB220&q=%22ASP%2eNET%22+SMS

Signature
Mark Rae
ASP.NET MVP
http://www.markrae.net
Braulio Diez - 17 Sep 2007 17:10 GMT
Normally you buy a package of SMS to send to a provider.
This providers have a bridge that allows you to send the SMS via HTTP, or
even by e-mail so you don't have to worry about SMS internals.
Good luck
Braulio
/// ------------------------------
/// Braulio Diez
///
/// http://www.tipsdotnet.com
/// ------------------------------
> Hi All,
> How can we send SMS via .net code.
>
> which are the API's responsible for achieving this
>
> thanks