简体   繁体   中英

How to Send SMS through PHP

  • create and import contacts and groups. send a single SMS, or send
  • bulk SMS to a group or multiple groups. connect to any SMS gateway
  • with minimal configuration. customize your SMS or email. add a link to your SMS and email.

The message is composed using a web application that is stored and executed on a HTTP server and then sent through the internet ("the cloud") as an email message. The email is received by a Short Message Service Gateway (SMS Gateway), which converts the message from an email message to a SMS message. The SMS message is then handed to a Short Message Service Center (SMSC), which is a server that routes data to specific mobile devices. The message is finally transmitted over the wireless network to the recipient. Most wireless networks have a SMS gateway through which email messages can be sent as text messages to a mobile device. This is nice, because, from a developer's standpoint, it is generally free—however, it is of course not a free service for the end user. Fees still apply to the recipient of the message and messages sent via email will be billed as a non-network text message

我们可以使用 php mail() 函数发送短信,但您必须从网络提供商购买 SMPP

你可以使用way2sms gateway之类的网关来通过php发送短信

轻松使用短信,我们使用https://developers.messagebird.com/docs/sms-messaging进行电话验证

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM