且构网

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

通过 PHP 发送短信/短信

更新时间:2023-02-21 22:23:39

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