C# 通过 .net 发送短信
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/1580764/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
send a text message via .net
提问by JMarsch
All: Are there any free solutions out there for sending text messages (SMS) via .net? (maybe a web service or something?).
所有人:是否有通过 .net 发送短信 (SMS) 的免费解决方案?(也许是网络服务之类的?)。
EDIT
编辑
What I'm really looking for is a reference for a reputable online service that I can use for sending SMS messages. Has anyone out there used such a service, and if so, can you give me a recommendation/warning?
我真正要寻找的是可用于发送 SMS 消息的信誉良好的在线服务的参考。有没有人使用过这样的服务,如果是,你能给我一个建议/警告吗?
EDIT
编辑
(first the disclaimer: I'm not in any way associated with this company, I'm just posting back what I found, in case anyone else out there is looking)
(首先免责声明:我与这家公司没有任何关系,我只是发回我的发现,以防其他人在寻找)
An update: I ended up going with www.clickatel.com My work was for a technology exploration and demo project,and I could buy credits on that system cheap. In my case, I started out using their REST API. I had problems with that api (sometimes the commands would timeout). So I switched to the web service API (SOAP) It worked very well for me.
更新:我最终选择了 www.clickatel.com 我的工作是用于技术探索和演示项目,我可以在该系统上廉价购买积分。就我而言,我开始使用他们的 REST API。我遇到了那个 api 的问题(有时命令会超时)。所以我改用了 Web 服务 API (SOAP),它对我来说效果很好。
回答by csharptest.net
Most accept email but it is vendor specific.
大多数接受电子邮件,但它是特定于供应商的。