在没有GPRS/GSM调制解调器的情况下发送短信 [英] Send SMS without GPRS/GSM Modem

查看:81
本文介绍了在没有GPRS/GSM调制解调器的情况下发送短信的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述



目前,我正在使用vb.net进行探索,最近几天我一直在想是否有一种方法可以使SMS应用程序不需要昂贵的GPRS/GSM调制解调器.

这里有没有对此有想法的人,也许可以使用互联网宽带,但我真的不知道这是否可能.我也一直在考虑使用提供免费短信服务的网站.但是这里的问题是我无法自动执行此操作,因为他们设法使用了验证码来保护其服务免受BOT滥用或第三部分软件操纵的影响.

我很好奇是否有更好的方法可以替代我,而不是只是为了探索和提高对vb的了解而无需投资昂贵的调制解调器.

感谢您的阅读.

Hi,

Currently i am exploring with vb.net and this past few days i have been wondering if there is a way of making an SMS application that will not require expensive GPRS/GSM Modem.

Is there anyone here who has an idea about this, probably an internet broadband can be used but i do not really know if that is possible. I have been also thinking to use websites that are offering free sms services. but the problem here is that i can''t automate this because somehow they have managed to use captcha to protect their services against BOT abuse or 3rd part software manipulation.

I am very curious if there is a better way to use an alternative for me not to invest in expensive modems just to explore and improve my knowledge in vb.

Thanks for your time reading this.

推荐答案

如果您想发送SMS消息,我建议您使用Twilio.一旦在生产环境中使用了它,它就是一项付费服务​​,但是您可以拥有一个测试帐户,直到获得一个可以按照您希望的方式运行的应用程序为止.他们拥有出色的文档和出色的API.我能够在大约半小时内启动并运行C#应用程序.这是他们的REST API的链接:

http://www.twilio.com/docs/api/rest [
If you want to sent SMS messages, I would recommend Twilio. It is a paid service once you use it in production but you can get a test account to play with until you get an app that works the way you want it to. They have great documentation and a great API to work with. I was able to get a C# application up and running in about half an hour. Here is a link to their REST API:

http://www.twilio.com/docs/api/rest[^]

Once you want to use it in production, it will cost one cent a text. That scales really well, since the customer pays only for what they use.

If you want a truly free option, the only real alternative I see is sending an email to the phone''s email address (for example 1234567890@txt.att.net). You need to know the carrier the phone uses, since each carrier has their own format, and the text won''t be as clean, but it will send a text to the phone. Then you can just use the basic email libraries built into .NET.


这篇关于在没有GPRS/GSM调制解调器的情况下发送短信的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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