Reputation: 367
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
Reputation: 8677
Try SMSJ.
Alternatively use an email to sms gateway. Then you can use Javamail to send the email
Upvotes: 1