Skip to content

Instantly share code, notes, and snippets.

@bede
Last active August 29, 2015 14:09
Show Gist options
  • Save bede/a2ddf3847561c2d4243c to your computer and use it in GitHub Desktop.
Save bede/a2ddf3847561c2d4243c to your computer and use it in GitHub Desktop.
email_alert.php
<?php
// Send basic email alerts from cURL etc.
// Usage: curl domain.com/email_alert.php?script-ran-successfully
mail('[email protected]', 'Alert: ' . $_SERVER['QUERY_STRING'], 'Request origin: ' . $_SERVER['SERVER_ADDR']);
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment