通过PHP发送短信/短信 [英] SMS/Text message sending via PHP

查看:122
本文介绍了通过PHP发送短信/短信的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想知道能够通过PHP发送文本消息是否完全可行.其主要目的是向10岁以上的人发送一条消息,其中包含新闻等方面的最新消息.优选地,该解决方案应该是自由的,尽管在任何方面都不是必须的.谢谢大家.

I'm interested in knowing if it would be at all feasible to be able to send text messages via PHP. The main purpose of which would be to send a single message to a group of people - 10+ - with updates regarding news and such. Preferably the solution should be free, though it is not a necessity in any way. Thanks to all in advance.

推荐答案

我已经使用PHP做到了这一点,并且效果很好.短信不过是一封电子邮件,通常使用收件人的10位数字@ address.com.如果您想向使用PHP的人发送短信,则需要获取正确的地址:

I've done this with PHP, and it works very well. Text messages are nothing more than an email, usually with the receiver's 10 digit number @address.com. If you want to send text messages to someone with PHP, you'll need to get the proper address:

此处为部分列表

您需要谨慎对待消息的发送时间,因为(我相信)消息的长度大约为55个字符,可以分为多个文本,也可以丢失.

You'll want to be careful with how long your messages get, since at about 55 characters (I believe) your message can be either split into multiple texts, or lost.

通过电子邮件发送文本是免费的.

Sending texts via email is free.

这篇关于通过PHP发送短信/短信的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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