适用于 Windows 的 SMS 网关C#

发布于 2024-09-15 07:45:45 字数 1539 浏览 13 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

酒绊 2024-09-22 07:45:45

您的选择:

电子邮件到 SMS 网关

优点

  • 免费

缺点

  • 传送不如本地可靠
  • 运营商之间的非标准消息格式
  • 受到更严格的“垃圾邮件”防护,可以捕获非垃圾邮件消息
  • 您必须知道您的用户正在使用哪个运营商,如果发生更改,他们必须通知您

SMS 网关

优点

  • 更可靠
  • 一致的格式
  • 轻松处理回复
  • 运营商几乎无法区分人工发送的短信
  • 大多数提供简单的 API

缺点

  • 需要花钱。在运营商停止对两端收费之前,这一点不会改变,我不会为此屏住呼吸,因为这对他们来说是一个巨大的利润中心。

自己动手

优点

  • 您可以了解 GSM 调制解调器和 AT 命令如何工作,从而使您成为 1337 hax0r。

缺点

  • 复杂
  • 仍需按每条消息向运营商付费
  • 不可扩展。

我碰巧在网关(Twilio)工作,所以我经常处理这个问题。我们经常有客户开始使用电子邮件路线,但由于该方法带来的麻烦而放弃。对于小批量、不重要的消息,您可以使用电子邮件转短信。如果您认真对待它,请注册一个网关。那里有很多这样的人。

Your options:

Email-to-SMS Gateway

Pros

  • Free

Cons

  • Delivery not as reliable as native
  • Non-standard message formatting between carriers
  • Subject to stricter 'spam' guards that can catch non-spam messages
  • You have to know what carrier your user is using, and they have to notify you if it changes

SMS Gateway

Pros

  • More reliable
  • Consistent formatting
  • Easily handle replies
  • Virtually indistinguishable to a carrier from text messages sent from a human
  • Most offer a simple API

Cons

  • Costs money. This won't change until the carriers stop charging for them on both ends, which I wouldn't hold your breath for since it's such a huge profit center for them.

Do-it-yourself

Pros

  • You get to learn how GSM modems and AT commands work making you a 1337 hax0r.

Cons

  • Complicated
  • Still have to pay carriers per message
  • Doesn't scale.

I happen to work for a gateway (Twilio) so I deal with this question a lot. We frequently have customers that started down the email route and gave up due to the hassles associated with that method. You can get away with email-to-SMS for small volume, non-important messages. If you're serious about it, sign up for a gateway. There are a lot of them out there.

软糖 2024-09-22 07:45:45

一种方法是使用电子邮件到短信网关。在这里,您只需向 Verizon 号码的特殊地址(如 @vzwtext.com)发送一封简短的纯文本电子邮件即可。

快速搜索发现了此列表: http://www .mutube.com/projects/open-email-to-sms/gateway-list/

One way to do this is to use an email to sms gateway. Here, you just send a short plaintext email to a special address like @vzwtext.com for a Verizon number.

A quick search turned up this list: http://www.mutube.com/projects/open-email-to-sms/gateway-list/.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文