Posts Tagged ‘SMS PHP’

Sending SMS Messages Using PHP Mail()

Did you know that sending a text message to a mobile device is possible using the built-in php mail() function? Well it is, and the good news is doing so is very simple. We just need to provide the mail() call with the address of the user in the format of:

mobile-number@carrier-sms-email

You’ll find the appropriate carrier-sms-email from several locations, including this one.

Read More