Skip to content

Instantly share code, notes, and snippets.

@mikedugan
Created November 7, 2013 14:54
Show Gist options
  • Select an option

  • Save mikedugan/7355889 to your computer and use it in GitHub Desktop.

Select an option

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("5558675309@txt.att.net", "", "Your packaged has arrived!", "From: David Walsh <david@davidwalsh.name>\r\n");
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment