is it possible t开发者_开发知识库o send a sms from my java application? which api should i use? I dont want to program in j2me..just in java or j2ee
Try SMSJ.
Alternatively use an email to sms gateway. Then you can use Javamail to send the email
Googling returns one forum thread with several answers..
精彩评论