Hello !!
I have a problem with this code ;
if (mail($desti, $sujet_mail, $msg_mail, $headers))
{
echo "ok";
}
else
{
echo "error";
}
it is ok on a servor using php3 but on an other servor (using php4) , the email is sent but I have the message "error".....
strange, isn't it ????
thanks for your help
P.S : excuse for my english but I am French