How can I send SMS from Java application

703 views Asked by At

I need to send SMS from java desktop application with my credit from my phone number to another number

Please Help

thank you

1

There are 1 answers

2
Proxytype On

you can use various SMS api to send it for you, or you can use Android device to do it for you by transferring the message to detected application...

also good start is this project:

http://sourceforge.net/projects/java-sms-api/