Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to send SMS using Java [closed]

I want to send SMS to a mobile phone from a web application, is it possible? How do I do it?

like image 381
Aravindkumar Avatar asked Feb 10 '10 05:02

Aravindkumar


1 Answers

the easiest way to do this is to use an SMS gateway.

there are lots out there, the one i've used is Clickatel to which i simply post an XML request and the gateway does the rest for next to nothing.

i have done this using java and apache commons HTTP Client

like image 118
pstanton Avatar answered Sep 30 '22 20:09

pstanton