Click here to Skip to main content
15,887,294 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I need to send free sms from PC via JAVA web application for final year eCommerce project using some free gateway in quick time , Can anyone tell me where can a get the simplest gateway api to use.(Please suggest any program if possible) urgently required .Many thanks in advance..
Posted

Clickatell is a SMS gateway and also provide api like REST , http and https to send the SMS, below is the url of the clickatell site :
https://www.clickatell.com/test-sms-gateway/[^]

They have also shared the example of how to use the api, click on API&Scripts link you will get the example. for example below http link you can call using java program:


Java
 http://api.clickatell.com/http/sendmsg?api_id=xxxx&user=xxxx&password=xxxx&to=xxxx&text=xxxx
code


NOTE: You need to signup as a developer to get the 10 free SMS. Upon signup it will provide you the username, password and appid.
 
Share this answer
 
v2
Search Google for free SMS providers in your country.
 
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