hai all,
i wrote sample simple mail function program in php.
code:
<?
if(mail("knr_03@yahoo.com","test","tesst"))
{echo "mail send";
}
?>
when ever i run this program it diplays "mail send".
But it's not send.
What is the problem?And also i configure php.ini file.I used linux system.
Please send me php.ini configuraion and any other configuaraion.
Plz it's urgent ,give me reply to rhis one.
thank you.


