Click here to Skip to main content
15,886,026 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am in BE (Computer Engineering) 4th year student.
My Project name is SMS Portal in asp.net with C#.
How to send SMS from PC to mobile(like way2sms)?
Posted
Comments
bbirajdar 23-Mar-13 13:56pm    
This is not a good idea for a graduation project. If you buy the SMS APIs then this project can be done in an hour. If you want to do it from scratch ,then you will have to set up your own telecom network and transmission tower too..
charles henington 24-Mar-13 18:30pm    
You could use Gmail send to telephoneNumber@smsgateway

1 solution

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#? [^]

See these also:
Sending SMS using .NET[^]
How to Send and Receive SMS with the Orange SMS API[^]

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