Skip to content

Instantly share code, notes, and snippets.

@tommymarshall
Created March 23, 2015 22:28
Show Gist options
  • Save tommymarshall/49fd6bf0aef10bf48fdc to your computer and use it in GitHub Desktop.
Save tommymarshall/49fd6bf0aef10bf48fdc to your computer and use it in GitHub Desktop.
Test mail har har
<?php
if (mail('[email protected]', 'Subject', 'Body goes here')) {
echo 'awesome';
} else {
echo 'failed';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment