SMS Gateway for Windows + C# [closed]

北城余情 提交于 2019-11-27 08:32:16

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.

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/.

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!