0

Have you seen how some companies send SMS in order to send access code etc? I am also in need of something like that. I have Java web application developed using JSP and Servlet. Through this application, I need to send SMS messages to some selected people.

I am open for free or paid APIs. But that API should support web based apps and should have the capability to send messages to Sri Lanka.

I went through lot of stuff like SMS Lib etc, but they are not built for web applications.

Any ideas?

PeakGen
  • 21,894
  • 86
  • 261
  • 463
  • http://stackoverflow.com/questions/2570410/how-to-send-sms-in-java there are a few options – dly Jun 30 '15 at 08:48
  • You should use twilio service.It provide api as well as code too. It has sms and call functionality. – Darshan Jun 30 '15 at 08:48
  • @Darshan: Checked. Unfortunately, it costs 4 times more than what SL local SMS could cost. – PeakGen Jun 30 '15 at 08:51

2 Answers2

0

You can have a look at OpenMarket Sms API. Its good and quite economical also.

AnkeyNigam
  • 2,810
  • 4
  • 15
  • 23