This question already has an answer here:
- How can I get useful error messages in PHP? 26 answers
even i changed the php.in as [mail function] ; For Win32 only. SMTP = smtp.planetghost.com smtp_port = 25 ; For Win32 only. sendmail_from = info@planetghost.com
<?php
$to = 'xxx123@gmail.com';
$sub = "hai all";
$mess = "this is for check";
$frm = "pacha60@gmail.com";
$head = "From:".$frm;
mail($to,$sub,$mess);
?>
kindly solve it
</div>