how to send sms messages to mobiles through asp.net application

  • Thread starter Thread starter yoshitha
  • Start date Start date
Y

yoshitha

Hi
i've to send SMS message to a mobile phone from Pc (using asp.net
application)

i dont know which namespaces to include and what requirements i need in
order to full fill this requirement

.. Send messages of up to 160 text characters to any South African
cellular subscriber and many international subscribers as well.

can anybody tell me how can i send messages to mobiles phone through asp.net
with c#.net application.

Thanks
Jyothi
 
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 of what I mean.
http://www.clickatell.com/brochure/coverage.php

--
Regards

John Timney
ASP.NET MVP
Microsoft Regional Director
 
Back
Top