C# .Net 客户端的免费短信网关
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/13306091/
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
free sms gateway for .Net client
提问by Sagar
Does anyone know any good free sms gateway which can be accessed using the C# client?
有谁知道可以使用 C# 客户端访问的任何好的免费短信网关?
I also need some C# sample wrappers for interacting with the sms gateway for sending and receiving the SMSs.
我还需要一些 C# 示例包装器来与发送和接收 SMS 的 sms 网关交互。
Thanks in advance. S.
提前致谢。S。
采纳答案by sohel khalifa
回答by Andrei
You could also use https://codecanyon.net/item/wordpress-sms-gateway/16935285
您也可以使用https://codecanyon.net/item/wordpress-sms-gateway/16935285
From what I understand, it's a full SMS Gateway you can install in your WordPress website and use from any other website with CURL. The SMS messages are sent by Android devices you connect to your WordPress website.
据我所知,它是一个完整的 SMS 网关,您可以安装在您的 WordPress 网站中,并通过 CURL 从任何其他网站使用。SMS 消息由您连接到 WordPress 网站的 Android 设备发送。

