Click here to Skip to main content
15,905,971 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello...
I am working on some website in which i fetch some user information from DB to webpage and i also have one textbox and one send msg button on this page. I want that when user puts any mobile number on the textbox and click send button then the text message should go on that Mobile number with some data i want to send.
Mail functionality is very easy to implement but i never user text msg kind of funtionality.
Tell me in detail which server or port i have to use it and i want to send free unlimited text msgs like we send mails from google server.
How to do it...thanks in advance
Posted
Updated 2-Mar-14 1:53am
v2

 
Share this answer
 
Comments
Raj Negi 4-Mar-14 4:48am    
i am trying twilio...but it gives error : The file 'C:\Users\demo\Documents\GitHub\twilio-csharp\src\Twilio.Api\Core.cs' does not exist.
1) First Option-You need to take services from Third Party SMS service providers, they give SMS integration Kit with sample programs to send SMS using SMS Gateway. You need Internet connection to send these messages.
2) Second Option-Use Modem GSM Commands, some mobile providers give GSM commands using which you can send SMS using your mobile by connecting it to your computer.
 
Share this answer
 
Comments
Raj Negi 4-Mar-14 4:49am    
tell me some good third party sms provide...which provide free service.

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