When i try to send a mail, i test the value of mail and the result is false, so the mail is not sent. WHY???
My code:
<?
if(mail("rmartin.qualissima@free.fr","je teste","ca marche ou pas"))
echo "OK";
else echo "pb";
?>
My php.ini:
[mail function]
SMTP = localhost ;for win32 only
sendmail_from = me@localhost.com ;for win32 only
sendmail_path = usr/sbin/sendmail
PLEAS HELP ME!!!