Click here to Skip to main content
15,886,637 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
How to send sms from an asp.net application without using gsm?
Posted

Well, I did this[^], and got links like these and many more:
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
 
Comments
thatraja 22-Oct-10 10:17am    
Useful Good Links
you can send by SMPP

link SMPP[^]

or

any free web sms services like way2sms etc..
 
Share this answer
 
There is no way you can send free SMS using ASP.Net. ASP.Net does not have any functionality to send SMS. You need to go for some provider and use their APIs to send SMS.
 
Share this answer
 
See here[^].
 
Share this answer
 
Comments
raju melveetilpurayil 22-Oct-10 6:58am    
Good One
without using gsm

you can send with CDMA
 
Share this answer
 

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