在不使用第三方服务的情况下发送手机短信 [英] Send a cellphone SMS text without the use of a third-party service

查看:48
本文介绍了在不使用第三方服务的情况下发送手机短信的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

是否可以使用 Windows Server、.NET、C# 或 PHP 向 q 客户的手机发送 SMS 文本消息,而无需依赖第三方服务(不包括电话公司提供的 API).

Is it possible using a Windows Server, .NET, C# or PHP to send a SMS text message to q customer's cell phone without depending upon a third-party service (excluding an API provided by a phone company).

我的要求是在重置客户密码时使用 SMS 文本消息来自动进行身份验证,而且我有安全问题,我不想使用第三方.我越能将其保留在我们的项目内部越好(除非您可以证明答案中的安全性).

My require is to use SMS text messaging to automate authentication when resetting a customer's password, and I have security issues were I'd rather not use a third-party. The more I can keep this internal to our project the better (unless you can justify security in your answer).

更新:

我们决定使用 SMS 中继应用,这非常容易实现.有许多应用程序已经这样做了.这是我要尝试的一个.

We've decided to use a SMS relay app and this was so easy to implement. There are many apps that already do this. Here is one I'm going to try.

https://play.google.com/store/apps/details?id=eu.apksoft.android.smsgateway&hl=en

推荐答案

您可以构建一个简单的移动应用程序,该应用程序可以查询您的 api 并直接从运行其的手机发送消息.简单、便宜,一切尽在您的掌控中!

you can build a simple mobile app that can query your api and send messages directly from the phone its running on. simple, cheap and you're in control!

我们在一个项目中使用了这个解决方案,我正在使用 atm 并且它似乎工作得很好.查找 http 请求并使用 sms/send 消息.至少在 Android 上,这只需几行代码即可完成 :)

we have this solution in a project Im working on atm and it seems to work great. Look up http request and using sms/send message. At least on Android this can be done with just a handful of lines of code :)

这篇关于在不使用第三方服务的情况下发送手机短信的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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