通过 IP 发送短信
我希望创建一个网络服务器,可以为短信服务提供商提供一些额外的便利。我可以通过互联网发送短信吗?如果可能的话,是否有用于通过互联网发送和接收短信的库?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
我希望创建一个网络服务器,可以为短信服务提供商提供一些额外的便利。我可以通过互联网发送短信吗?如果可能的话,是否有用于通过互联网发送和接收短信的库?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(4)
通过 Internet 发送 SMS 有许多不同的选项,但最流行的选项如下:
这些选项之间的选择主要取决于非技术问题:
从技术上讲,最受欢迎的选项是:
如果您需要统一的解决方案,我建议使用 Kannel 开源短信网关,它支持多种流行的传输(SMPP、CIMD) 、UCP、HTTP 等)。
There are many different options to send SMS over Internet, but most popular are the following:
Choice between these options depends mostly on non-technical issues:
Technically most popular options are:
If you need unified solution, I recommend to use Kannel open source SMS gateway that support many popular transports (SMPP, CIMD, UCP, HTTP, etc).
您有 www.Nexmo.com www.tropo.com www.twilio.com www.smsified.com ...等等...
You've got www.Nexmo.com www.tropo.com www.twilio.com www.smsified.com ... and so on...
您可以使用 http://www.clickatell.com/,它为您提供了一些选项,例如发送短信一个或通过使用批量文件(例如 XML)。
我发现 clickatell API 非常有用且简单,我通过创建一个简单的类来包装所有方法,在几个小时内成功地将 SMS 功能添加到现有网站。
需要记住的一件事是,尽管这对您来说不是免费的,但根据您将文本发送到的位置以及您所在的位置,将会产生费用。
You can use http://www.clickatell.com/ which gives you a few options such as sending SMS one by one, or by using bulk files such as XML.
I found the clickatell API to be really usefull and easy, I managed to add SMS capability to an existing website in a few hours by creating a simple class to wrap up all the methods.
One thing to remember though this is not going to be free for you, there will be costs involved depending on where you send the text to, and where you are based.
您可以通过 TheTexting API 以编程方式发送短信,他们提供便宜的费率,而且服务非常好。
全面披露:我为生产该产品的公司工作。
You can send SMS programmatically through TheTexting API, They provide cheap rates and their service is really good.
Full disclosure: I work for company that makes this product.