Created
November 7, 2013 14:54
-
-
Save mikedugan/7355889 to your computer and use it in GitHub Desktop.
very simple mail-to-sms
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| //check http://en.wikipedia.org/wiki/List_of_SMS_gateways for gateways and compile into this function as needed | |
| mail("[email protected]", "", "Your packaged has arrived!", "From: David Walsh <[email protected]>\r\n"); | |
| ?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment