Well, I have a small program that will send SMS messages. It's quite simple, really. You just have to look up 'SMS Gateway list' on Google, and go from there.
FROM there, though, you can simply use PHP's mail() function, and send the 'email' to the SMS Gateway. Of course, the Gateway will route the email to the user's phone, as well as sending it pseudo-anonymously (it shows up for me as 999-999-9999).
You can see the script here, but please note that it might not work because it's running on a free host, and I think they limit my outbound emails.
If you want the full script, just ask
-PG
|