|
.net
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
how to send sms messages to mobiles through asp.net applicationHi
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 -- Show quoteRegards John Timney ASP.NET MVP Microsoft Regional Director "yoshitha" <gudivada_***@yahoo.co.in> wrote in message news:%23gH%23URV$FHA.1600@TK2MSFTNGP11.phx.gbl... > 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 > > |
|||||||||||||||||||||||