RAJ
RAJ

Reputation: 123

SMS Sending Using Java Without GSM Modem

It might sound Weird But I want to send SMS using JAVA wthout accessing any GSM modem, is that Possible, I have used Mail serve APi. My idea is is there any mail sevrver which is freely hosted that we can access and Send sms Anywhere?

Upvotes: 4

Views: 2711

Answers (2)

jaxb
jaxb

Reputation: 2077

If you want java/SOAP APIs and you are doing it for enterprise project
clickatell is a good option.

Benefits are you can write a code in Java and you can track the SMS status. :)

Either you can use Java APIs or you can use HTTP/S APIs available which are pretty easy to use. Here is APIs list.

Upvotes: 0

Patrick Santana
Patrick Santana

Reputation: 417

Have you tried http://www.mobile-sender.com/?

There are a lot of this kind of service on the internet.

http://www.google.com/search?client=safari&rls=en&q=free+sms+online&ie=UTF-8&oe=UTF-8

Upvotes: 3

Related Questions