Click here to Skip to main content
15,900,818 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi Everybody,


Could any one please help in this...I want to write a program to send sms to pc...
I just want the ideas about how to start, I am a beginner in PROGRAMMING though....

thanks...
Posted

Sending SMS isn't free unless you are sending it via email. However, Twilio is very cheap (one cent per text in the US) and it has a very nice API that works well with C# (and has examples):

http://www.twilio.com/docs/libraries[^]

Their staff is also very responsive if you have questions or problems. I found a bug in their code and it was fixed the next day.
 
Share this answer
 
Comments
VJ Reddy 1-Jun-12 13:25pm    
Nice answer. 5!
sending sms via internet used web service, you just need add web service reference to your project and use it as a method, just call it and use their method, there is no way to find a free service, because its all about service communication!
 
Share this answer
 
 
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