Search code examples
phpsmssms-gateway

how to send activation code through sms


Is there any PHP script to send SMS. I wan to send activation code on user's mobile phone.


Solution

  • You will need a SMS gateway. A lot of them will send messages sent to an email on via SMS, so you can just use the mail() function.

    This looks like a good bunch of links.