Skip to content

Instantly share code, notes, and snippets.

@tjlytle
Created March 12, 2011 21:03
Show Gist options
  • Save tjlytle/867558 to your computer and use it in GitHub Desktop.
Save tjlytle/867558 to your computer and use it in GitHub Desktop.
Test the PHP mail() function.
<?php
mail('[email protected]', 'Testing PHP Mail Function', 'It Works');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment