SMS/Text message sending via PHP

后端 未结 6 2288
孤独总比滥情好
孤独总比滥情好 2020-12-15 10:15

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

6条回答
  •  北海茫月
    2020-12-15 10:52

    If this is, for example, an internal reporting application, usually the easiest way to get SMSes out to people is to use their telecom service providers' email-to-SMS gateways. This requires that said service providers have them, but the majors all do. All you do is find out the email address to send to in order to SMS to each person and use mail() or some such to send an email there.

提交回复
热议问题