且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

通过PHP发送短信/短信

更新时间:2023-02-21 22:19:40

我已经使用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.