How to send SMS using Java servers or programs

Asked By 10 points N/A Posted on -
qa-featured

Please advice how can I send messages using Java servers or programs? A step-by-step instruction would be most welcome. I am using a Sony Xperia Arc. Thank you.

SHARE
Best Answer by erhina
Answered By 0 points N/A #105856

How to send SMS using Java servers or programs

qa-featured

Sending message by using a java program is different but easy. You can send short message service (SMS) by a wide range of java program which is available in the internet. To send message first of all you need to register in those java program. Almost every program need a good internet connection. After completing this step you can send message successfully whenever you need.

Best Answer
Best Answer
Answered By 0 points N/A #105857

How to send SMS using Java servers or programs

qa-featured
Hi,
 
You need to use an HTTP JAVA library and then issue an HTTP URL request from your JAVA app to Now SMS. this URL may help you:
 
 
Or you may try sending from web interface http://127.0.0.1:8800.  Now you will be able to access web interface of Now SMS gateway. Now to send text give the number of the mobile in the TO text box and message in the TEXT textbook submit it. You will receive a message from gateway showing you the count of sent message.

Related Questions