Skip to content

Instantly share code, notes, and snippets.

@olzaragoza
Created June 6, 2016 05:01
Show Gist options
  • Save olzaragoza/a95a48bfb1c07a0d23163c57ccc772aa to your computer and use it in GitHub Desktop.
Save olzaragoza/a95a48bfb1c07a0d23163c57ccc772aa to your computer and use it in GitHub Desktop.
<?php
if ( function_exists( 'mail' ) )
{
echo 'mail() is available';
}
else
{
echo 'mail() has been disabled';
}
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment