This Page has been no more upadted please visit thie link for updated information
How to send sms in java : onl9class.com
API NOT WORKING ANYMORE - INDYAROCKS MESSAGE NOT GETTING DELIVERED
i have a paid API
If you are willing to pay small amount such as 50-100RS for 100-300sms
contact me at abhirathore2006@gmail.com
The sole purpose of the Api is to be used in development by students.so i am not releasing the actual sour
UPDATED CODE
This Tutorial showz that how you can use the http://www.indyarocks.com/ for sending message using your java application
Steps to Follow
create a account on http://www.indyarocks.com/
after getting indiarocks username and password use the code given below.
modify the following details
put your email id in Email string
put your indiarocks username
put your indiarocks password
put number as the number on which you want to send sms
put your messgae in messgae string , i limited the length to 110 char for stopping the misuse
if you copy the code in your application's jsp page don't forget to import java.net.*,java.io.*,java.net.URLEncoder