even i changed the php.in as [mail function] ; For Win32 only. SMTP = smtp.planetghost.com smtp_port = 25 ; For Win32 only. sendmail_from = [email protected]
<?php
$to = '[email protected]';
$sub = "hai all";
$mess = "this is for check";
$frm = "[email protected]";
$head = "From:".$frm;
mail($to,$sub,$mess);
?>
kindly solve it