Heya. I have a problem with a mail script. It returns no error or anything it just doesn't send.
if(mail($email, "Test", $mess, "From: $nick <$email>")){echo 'Mail sent!';}else{echo 'Mail failed';}
Sorry if the code looks confusing, I can write better but I've rewritten it so many times to get it to work but it just simply won't.
P.S. The variables got values, allready checked that. D.S.