How can I send free SMS from web based java application ? Is there a way to do that ? I have the code to do that but I want to know how to do that ? Because to send sms I want to bye the SMSC from like telco companies. Instead of doing that is there a way to do in free ?
sri ramvaithiyanathan wrote:Hi,
I did this project.we bought modem for this and one sim card.
click this Link for sending sms through java program.
Regards,
Sriram
thanks for the link.. i go through your code... now i cannot test it because i do not have a dongle. In your code you declare a variable called phone number. so is it the sim number that you brought ? If you can explain the code it will be a big help for me.
That sounds as if a phone connected to the machine through a serial connection (or possibly a USB connection) is required. While that is not impossible, it's most likely impractical for a server-based application. It also wouldn't be free unless the mobile phone has unlimited SMS.
@@Rajith --->No need to change the portId.while running program it will check whether modem or device is connected to that com1 port.If its connected then it will execute the program.
@@Ulf -->Ya I agree.Its fully depend upon the sim provider.