professionalcoder2010
professionalcoder2010

Reputation: 367

is it possible to send a sms from my java application

is it possible to send a sms from my java application? which api should i use? I dont want to program in j2me..just in java or j2ee

Upvotes: 0

Views: 180

Answers (2)

objects
objects

Reputation: 8677

Try SMSJ.

Alternatively use an email to sms gateway. Then you can use Javamail to send the email

Upvotes: 1

John Weldon
John Weldon

Reputation: 40749

Googling returns one forum thread with several answers..

Upvotes: 0

Related Questions