Thanks, nothing is coming up in the logs. I can see the script when I access it but no errors.
Im just using this to test... which works fine on another server.
$headers = "From: "me"
$headers .= "MIME-Version: 1.0n";
$headers .= "Content-type: text/plain; charset=iso-8859-1n";
mail('me@here.com', 'Hello mum', hello, $headers);
?>
in phpinfo() I have
sendmail_from no value no value
sendmail_path /usr/sbin/sendmail -t -i /usr/sbin/sendmail -t -i
Path to sendmail /usr/sbin/sendmail -t -i
Even comparing to another server that works fine cant spot any diff in PHP config.
Im running PHP Version 5.2.0