Click here to Skip to main content
15,892,005 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
See more:
I am making a small project i have to send free sms in mobile through asp.net page, please any one let me know ?
Posted
Comments
Anil Honey 206 21-Feb-13 4:26am    
Free Sms to Mobile through web You Need Service Provider For that they will Provide API for you based on that you can send messages to Mobile.
Nilesh Ranjan 21-Feb-13 9:06am    
Thank u very much for ur valuable suggestion....
Raja Soosai 21-Feb-13 7:19am    
You can use some modems connected with server via usb cable and send sms based on the user input in the web UI.

1 solution

I doubt if you can send free sms, not until some third party provider is ready to pass your sms free.

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
 

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