在ASP.NET中发送短信 [英] SMS Sending in ASP.NET

查看:91
本文介绍了在ASP.NET中发送短信的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

您好专家,

我正在ASP.NET中工作

我想将短信从我的网站发送到手机,而消息发送只是从我的网站到手机的一种方式.

因此,在以Sql Server作为后端的ASP.Net中执行此操作的基本要求是什么.

如果您有任何代码,请尽快给我发送.

谢谢
Prashant

Hello Experts,

I am working in ASP.NET

I want to send sms from my website to mobile and message send is only one way from my website to mobile.

So which are the basic requirements for doing this stuff in ASP.Net with Sql Server as back end.

If you have any code for this than send me asap.

Thank You
Prashant

推荐答案

在此处查看 [ ^ ]

之前已经解决了这个问题,所以希望该链接对您有帮助.
See Here[^]

This has been addressed before, so I hope the link helps.


您基本上需要致电您的电话服务提供商并询问他们,他们将为您提供Web服务的参考.可以这样称呼
''
phonewebsvc.SendSMS(''0871055514'',``hi jane ...'',...);
you basically need to call your phone service provider and ask them, they will give you a reference to a web service from which you can call things like
''
phonewebsvc.SendSMS(''0871055514'', ''hi jane...'', ...);


这篇关于在ASP.NET中发送短信的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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