Reputation: 499
I want to send SMS to mobiles.Can any one help me how to send SMS to mobiles using JAVA. Is there any Free API?
Any ideas?
Upvotes: 1
Views: 1852
Reputation: 6825
i have done this before by installing and using kannel. It can then be used with a java-client or a library like kannel java api.
This is not going to be a simple task, though. There probably are easier alternatives.
Upvotes: 2
Reputation: 10938
You need access to sms gateway.Providers use different protocols SOAP, rest. There is no free working sms gateways as far is know.
Upvotes: 1
Reputation: 71
Your question is very vague.. You can send SMS using SMS Gateway where they would provide you with the REST API calls to send SMS's to the numbers..
Upvotes: 0