Click here to Skip to main content
15,908,842 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
How to send SMS from ASP.NET application to mobiles.

In which way it would be possible to implement an application for sending sms to mobiles.

Which API's are used in this way.

Please Help to solve this issue.

Thanks

NAEEM
Posted
Updated 12-Apr-11 21:46pm
v2
Comments
shalinibharani 9-Jul-12 6:58am    
i need to send the verify code by sms to reg mobile no in asp.net c#

For goodness sake - learn to Goggle.
Do you realize just how often this question gets asked here in an average week?

Do you have any idea how many times it has been answered?

Google: "how to send sms from asp.net application to mobile" - i.e., your entire subject - gave 1.2 million responses, most of which have code examples!

Go! Learn! Research!
 
Share this answer
 
Comments
[no name] 13-Apr-11 8:18am    
i m agree with you... !!!!!!!!!!!!!!!
I have answered same kind of your question a week ago. Please use CP search at least. Browse things using the below link.

SMS SEND in ASP.NET - Codeproject Search[^]
 
Share this answer
 
Articles:
Sending SMS using .NET through Web service[^]
Sending SMS text messages using ASP.NET scripts[^]

Discussion links:
sending sms using vb.net[^]
how to send sms through asp.net with c#? [^]

Nutshell: ASP.NET does NOT have any inbuilt API support to send out an SMS. You need to go for a third party solution or use something that is found on the Internet. Articles and discussions above should help you out.
 
Share this answer
 
use this^
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900