siva565
siva565

Reputation: 499

how to send SMS to mobiles using JAVA

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

Answers (3)

mindandmedia
mindandmedia

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

baklarz2048
baklarz2048

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

nimittheinquister.in
nimittheinquister.in

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

Related Questions