且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

从C#发送短信

更新时间:2021-11-08 21:52:13

您可以阅读此链接,它将对您有所帮助->

点击
You can read this link, it will be helpful for you ->

Click


1.将取决于您的要求,例如SMS的发送和接收频率,支持的模式-文本,PDU(如果您自己编写软件,则可能需要)以及许多类似的东西.
2.您可以使用GSM/GPRS调制解调器发送和接收SMS.您的手机也可以用于同一用途.
3.是的.也有批量计划.您可以向不同的运营商查询.他们中的大多数提供SMS网关和它们自己的接口来发送和接收SMS.您只需要一个好的调制解调器.
4.是的.请阅读以下内容.

SMS消息简介 [
1. Will depend on your requirement such as frequency of SMS being sent and received, supported modes - text, PDU (you may need if you are programming the software yourself), and many such things.
2. You can send and receive SMS using GSM/GPRS modems. Your cell phone can also be used for the same.
3. Yes. There are bulk plans as well. You can check with different operators. Most of them provide SMS Gateway and their own interface to send and receive SMS. All you will need is a good modem.
4. Yes. Read below.

Introduction to SMS Messaging[^]

This site will answer most of your queries. I suggest you to go through all the topics once.
Get back in case you face any issues.

Hope this helps!


您的GSM提供商是否提供在线服务来发送1000条SMS?
然后,您可以尝试构建Bot或使用WebRequest和Responses进行处理.
Does you GSM Provider offer a Online-Service to send 1000 SMS?
Then you can try build a Bot or handle with WebRequest and Responses.