Jump to content

send sms using php


dnzone

Recommended Posts

Yeah it is possible, and yes you need to have access to an SMS Gateway machine.  It's basically a machine configured to receive & send SMS messages to mobile numbers.  The other way you could send SMS messages is if you knew the cellular provider for the destination phone number.  Most cellular companies allow you to send an SMS message as an email.  For example, if the destination phone number is 555-555-5555 and the cell provider is Telus (and you have a simple SMTP server running on your PHP machine), then you could send an email via php to [email protected] and the cell phone would receive an SMS containing the contents of your email.  Of course you can't send attachments or anything.
Link to comment
https://forums.phpfreaks.com/topic/16085-send-sms-using-php/#findComment-66487
Share on other sites

the easiest method to send sms is basic email.

You would need to know the service provider for the person you want to message.

AT&T Wireless [email protected]               http://www.mymmode.com/messagecenter/
Cingular          [email protected]  http://www.cingular.com/sendamessage
Nextel            [email protected] http://messaging.nextel.com/
Qwest            [email protected]         http://www.qwestmp.com/
Sprint PCS      [email protected]  http://messaging.sprintpcs.com/
T-Mobile        [email protected]               http://www.t-mobile.com/messaging/
Verizon          [email protected]                 http://www.vtext.com/

The problem you will run into would be replys.
Link to comment
https://forums.phpfreaks.com/topic/16085-send-sms-using-php/#findComment-66499
Share on other sites

  • 4 months later...

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.