如何从Web服务器开始开发短信服务?
答
您需要..
1. An SMS gateway - Either free or paid, depending on country/carriers
etc.
2. The Web API(specific to your platform), mostly HTTP,SOAP or REST
based to the SMS gateway.So that messages to/from your application
can be translated by the gateway.
看看以下相关主题..
在谷歌中徘徊,当你有问题时,然后张贴在这里..我们一定会帮助。 – robobooga 2011-01-27 07:59:42
在网上搜索“SMS API”,你会发现很多已经存在。除非您实际在电话公司工作,否则您不会编写自己的SMS服务。您将从您的应用程序中使用其他人的服务。 – 2011-01-27 08:01:05