Skip to content

Instantly share code, notes, and snippets.

@mikedugan
Created November 7, 2013 14:54
Show Gist options
  • Save mikedugan/7355889 to your computer and use it in GitHub Desktop.
Save mikedugan/7355889 to your computer and use it in GitHub Desktop.
very simple mail-to-sms
<?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