Php 基于web的移动应用程序能否向各种手机发送短信警报?

Php 基于web的移动应用程序能否向各种手机发送短信警报?,php,jquery-mobile,Php,Jquery Mobile,我们有一个日历调度应用程序,需要能够发送短信到手机。我不知道该如何开始。该应用程序是在Lamp堆栈上使用jQuery Mobile制作的web应用程序。如果可以使用Lamp堆栈实现SMS网关,则可以实现它。网络只是它的前端。我以前用过类似的东西。这些文档非常简单,它们有一个PHP库 您可以设置Twilio帐户,然后当您的应用程序想要发送SMS时,它会调用服务器上的PHP处理程序,将请求发送到Twilio。对于我去年构建的设备监控应用程序来说,效果相当不错。我以前通过电子邮件发送过文本消息。已经有

我们有一个日历调度应用程序,需要能够发送短信到手机。我不知道该如何开始。该应用程序是在Lamp堆栈上使用jQuery Mobile制作的web应用程序。

如果可以使用Lamp堆栈实现SMS网关,则可以实现它。网络只是它的前端。

我以前用过类似的东西。这些文档非常简单,它们有一个PHP库


您可以设置Twilio帐户,然后当您的应用程序想要发送SMS时,它会调用服务器上的PHP处理程序,将请求发送到Twilio。对于我去年构建的设备监控应用程序来说,效果相当不错。

我以前通过电子邮件发送过文本消息。已经有几年了,但上次我这么做时,我只使用了以下电子邮件后缀:

T-Mobile: phonenumber@tmomail.net Virgin Mobile: phonenumber@vmobl.com Cingular: phonenumber@cingularme.com Sprint: phonenumber@messaging.sprintpcs.com Verizon: phonenumber@vtext.com Nextel: phonenumber@messaging.nextel.com where phonenumber = your 10 digit phone number T-Mobile:phonenumber@tmomail.net 维珍移动:phonenumber@vmobl.com 扣带回:phonenumber@cingularme.com 冲刺:phonenumber@messaging.sprintpcs.com 威瑞森:phonenumber@vtext.com Nextel:phonenumber@messaging.nextel.com 其中phonenumber=您的10位电话号码