Send SMS through application [duplicate]

我的未来我决定 提交于 2021-02-05 12:11:01

问题


Possible Duplicate:
Java: Is it possible to send SMS from a Java application

I need to develop a Java (J2SE/desktop) application which will send SMS. I searched a lot on Google. but didn't find any helpful material regarding this except this, it need some gateway. But that gateway need to purchase.

Is there any way to use free gateway to send message? Please refer Java API used for sending SMS.


回答1:


Is there any way to use free gateway to send message?

I doubt it. SMS's are relatively expensive and nobody is likely to let you send them at their expense.

Please refer Java API used for sending SMS.

There is no standard Java API for sending SMS's ... but the linked question has some 3rd party solutions.




回答2:


At work I used Kannel http://www.kannel.org/

It works fine but I don't think you can send sms for free like Stephen C said.



来源:https://stackoverflow.com/questions/13342213/send-sms-through-application

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!