Skip to content

Instantly share code, notes, and snippets.

@paulbarbu
Created September 9, 2011 07:38
Show Gist options
  • Save paulbarbu/1205684 to your computer and use it in GitHub Desktop.
Save paulbarbu/1205684 to your computer and use it in GitHub Desktop.
<?php
//$a = mail('[email protected]', 'Meeting', 'Mesg body', 'From: [email protected]\r\n');
//$a = mail('[email protected]', 'Meeting', 'Mesg body', 'From: [email protected]');
$a = mail('[email protected]', 'Meeting', 'Mesg body');
var_dump($a);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment