How to send sms programmatically? [closed]

僤鯓⒐⒋嵵緔 提交于 2019-11-27 06:34:24
AndyMcKenna

Send an email to the 10 digit phone number @ Carrier's domain name.

Here is a list of the carriers and their domains:

https://en.wikipedia.org/wiki/List_of_SMS_gateways

ecounysis

The articles listed below may be useful:
Are there any free services for sending SMS programmatically?
[Programmatic SMS] [3]
[Free SMS API?] [4]

EDIT Removed first link that has been removed

I use an SMS gateway and it is fairly easy but I did consider this as an alternative because it potentially gave me more control email to sms

The sites that send SMS for free usually use the email interface that most of the carriers implement which allow you to send an email to (for instance) <your 10 digit number>@mobile.att.net

and have it received as an SMS by that phone.

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