Hi Doss,
I am enable to send mail to Yahoo mail through mail() function
I tried many times,but getting the same error.
Error is:
Warning: Unknown error in c:\program files\apache group\apache\htdocs\mail.php on line 4
unable to send the mail
My coding is:
<body>
<?php
$mail=mail("leela_siva@yahoo.com","working on php","This is Leela");
if($mail)
{
echo "you send the mail";
}
else
{
echo "unable to send the mail";
}
?>
</body>
can you please help me?
Thank you,
Leela