What are the possible ways to send and recieve sms from java application ?
+4
A:
Have a look at Simplewire Java SMS Software Development Kit
Sending and receiving SMS From Java using the Ozeki Java SMS SDK
astander
2010-04-03 06:10:47
Thank you all...
org.life.java
2010-04-03 10:26:27
+1
A:
if all you want is simple notifications, many carriers support SMS via email; see SMS through E-Mail
Steven A. Lowe
2010-04-03 06:14:32
A:
(Disclaimer: I work at Twilio)
Twilio offers a Java SDK for sending SMS via the Twilio REST API.
John Sheehan
2010-04-12 01:33:26
You would sign up for a Twilio account, then assign a URL to be hit when an incoming message is received: http://www.twilio.com/sms/
John Sheehan
2010-04-13 14:40:56
A:
There is an API called SMSLib, it's really awsome. http://smslib.org/
taichimaro
2010-08-05 07:38:44