如何从asp.net 3.5应用程序向移动设备发送免费短信。 [英] How to send free sms from asp.net 3.5 application to mobile.

查看:82
本文介绍了如何从asp.net 3.5应用程序向移动设备发送免费短信。的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何从asp.net 3.5应用程序向移动设备发送免费短信。

How to send free sms from asp.net 3.5 application to mobile.

推荐答案

你需要找一个发送短信的提供商,他们会有一个api,你可以使用,通常也会采样代码,但apis往往非常简单容易。除非您的短信附带广告,否则提供商将向您收取费用。没有内置机制来发送短信,也没有免费网络发送短信。如果您只是发送免费短信,那么移动电话公司将不存在。
You'll need to find a provider to send the sms through and they will have an api you can use and normally sample code too, but the apis tend to be quite simple and easy. Unless your text messages come with adverts the provider will charge you. There is no in-built mechanism to send sms messages and no free network to send them over. If you could simply send free text messages then mobile phone companies wouldn't exist.


ASP.NET开发人员和用户非常相信 Twilio [ ^ ]。如果你去任何文章或资源的基于SMS的应用程序和通知你会发现他们(甚至我记得微软虚拟学院的人)使用Twilio。



Twilio是一个网关,用于从您的应用程序向全球移动运营商发送短信,是收费。您可以创建一个新帐户,只需从中获取令牌即可。然后开始从您的应用程序发送短信。他们会以一种非常简单易行的方式指导您。看看他们的文档和API [ ^ ]。



注意:如果有为这种昂贵的任务提供免费服务,不要使用。它可能是垃圾邮件或恶意软件服务,跟踪您或您的客户赚钱。无论如何,他们确实得到报酬。
ASP.NET developers and users have a very much faith in Twilio[^]. If you go to any article or resource for SMS-based applications and notification your will find that they (even I remember that the Microsoft Virtual Academy guy did) use the Twilio.

Twilio is a gateway for sending SMS from your applications to mobile operators across globe, yes at a charge. You can create a new account and simply get your tokens from them. Then start sending SMS from your application. They would guide you throughout the process in a very simple and easy way. Have a look at their documentations and API[^].

Note: If there is a free service for such expensive task, do not use. It might be a spam or malware service tracking you or your clients for making money. They, anyway, do get paid.


http://ozekisms.com/index.php?owpn=230&info=asp-sms-api/asp.net-example [ ^ ]


这篇关于如何从asp.net 3.5应用程序向移动设备发送免费短信。的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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