简体   繁体   English

通过vb.net中编码的我的应用程序发送短信

[英]Sending sms through my application coded in vb.net

My client requires an sms to be sent to him, whenever an invoice is made on his system by any of the employees. 每当任何员工在他的系统上开具发票时,我的客户都需要向他发送短信。 I have no idea how to configure it. 我不知道如何配置它。 Do I need to buy any sms-server service? 我需要购买任何短信服务器服务吗?

How to integrate into my application? 如何集成到我的应用程序中?

Any help will be highly appreciated. 任何帮助将不胜感激。 Thanks 谢谢

I am not sure what country you are in. But in the UK i use this provider. 我不确定您所在的国家/地区。但是在英国,我使用此提供商。

They have excellent examples 他们有很好的例子

I can send SMS from my webserver, my Windows .NET Form application, a iPhone app if i wanted to. 如果需要,我可以从Web服务器,Windows .NET Form应用程序,iPhone应用程序发送SMS。 This is possible because it uses a simple HTTP Request API, so even using JavaScript AJAX from the client will work. 这是可能的,因为它使用了一个简单的HTTP Request API,因此即使使用来自客户端的JavaScript AJAX也可以使用。

Just search for SMS Gateway and find your countries advisability. 只需搜索SMS Gateway并找到您所在国家/地区的可取性。 Look at a few and decide which one suits your needs and also the costs involved. 查看一些内容,然后确定哪一个适合您的需求以及所涉及的成本。

My Provider charger per sms.. no signup fees, no contracts, just top up. 我的提供商充电器每短信..没有注册费,没有合同,只是充值。


Using a mobile phone is more involved, but obviosly it has the benefit that you control every aspect of sending, receiving and processing data. 使用移动电话涉及的更多,但显然,它的好处是您可以控制发送,接收和处理数据的各个方面。

for example 1 , 2 , 3 例如123


You can even buy a module from china just designed to interface via Serial to send/recieve SMS, and even use the GPRS to get/send HTTP request. 您甚至可以从中国购买一个模块该模块的设计目的是通过串行接口发送/接收SMS,甚至可以使用GPRS来获取/发送HTTP请求。 在此处输入图片说明

There is two option 有两种选择

1) have to buy service from provider or 1)必须从提供商那里购买服务,或者

2) you have to connect your mobile with pc and send msg using AT command 2)您必须将手机与PC连接并使用AT命令发送消息

A lot of carriers will allow SMS via e-mail. 许多运营商将允许通过电子邮件发送SMS。 This may be a better option for you. 这可能是您更好的选择。

Here is a list of the e-mail address formats for a number of carriers. 这是许多运营商的电子邮件地址格式的列表

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM