Err: Mail doesn't arrive by using php mail().
"webhost supports php and smtp. output=mail sent successfully."
Is there any setting problem somewhere ??
Should I delete the mail account and then put it in again?:(
Check the mail header properly. Use simple header and try with it
check return parameter of the mail function.
e.g. $bool = mail(..);
if $bool == true then mail sent else error
If above things are ok and still not receiving mail then probelm with ur settings