tags:

views:

239

answers:

5
+8  Q: 

How to send sms

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
Thank you all...
org.life.java
+2  A: 

try

http://www.java-samples.com/showtutorial.php?tutorialid=22

NAVEED
Thank you all...
org.life.java
+1  A: 

if all you want is simple notifications, many carriers support SMS via email; see SMS through E-Mail

Steven A. Lowe
Thank you all...
org.life.java
A: 

(Disclaimer: I work at Twilio)

Twilio offers a Java SDK for sending SMS via the Twilio REST API.

John Sheehan
what if i want to recieve it on my server?
org.life.java
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
A: 

There is an API called SMSLib, it's really awsome. http://smslib.org/

taichimaro