如何从网站上使用asp.net C#中没有第三方短信门的方式发送短信 [英] How send sms from websites using asp.net c# without third party sms gate way

查看:228
本文介绍了如何从网站上使用asp.net C#中没有第三方短信门的方式发送短信的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在网站两个字段txtmono和txtmsg和一个按钮btnsend使用。我想下按钮btnsend发送短信。我用一个GSM调制解调器(3G)。

I use in website two fields txtmono and txtmsg and one button btnsend. I want to send sms under button btnsend. I use one GSM Modem (3G).

感谢.........

Thanks.........

推荐答案

要么你必须拥有自己的网站,或者你会得到notifictions发送实时发送​​给你的短信。

Either you would have to host your own website, or you would have to get the notifictions to send SMSes sent to you in real time.

您还需要一个SIM卡与移动运营商,让您发送短信,牢记普通客户账户不得用于商业用途的帐户。

You would also need a SIM with an account with a mobile operator that lets you send SMS, bearing in mind that normal customer accounts aren't designed for commercial use.

实际的短信发送可以通过在Windows移动宽带API命令来完成(假设你使用的是Windows 7+),或者发送到调制解调器端口的命令,如果你是在另一个操作系统。

The actual SMS sending can be done via commands on Windows Mobile Broadband API (assuming you're on Windows 7+) or AT commands sent to the modem port if you're on another OS.

但一个3G调制解调器无法继续发送通过无线接口短信息的体积大。它不适合于任何商业应用。这就是为什么有一些通过互联网获得批量的短信网关,直接养活他们到通过IP连接移动网络的短信中心。

But a single 3G modem can't send a big volume of SMSes over the radio interface anyway. It is not suitable for any commercial application. That's why there are gateways that get bulk SMSes via the internet and feed them directly into the messaging centre in the mobile network via an IP connection.

我不知道你的网站的目的是什么,但使用自己的调制解调器是不可能满足您的需求。

I don't know what the purpose of your website is, but using your own modem is unlikely to meet your needs.

这篇关于如何从网站上使用asp.net C#中没有第三方短信门的方式发送短信的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆