hello everyone, could any one help with this, this code worked fine before, like two years ago maybe. now i tried to use it again, but it won't work anymore. all related stuff should be ok. any help is appreciated. thanks
<?php
$subject="feedback";
$feedback="nmessage: $message\nname: $name\nemail: $email";
mail("domain@domain.com", $subject, $feedback, "From: website\nReply-To:
$from\nX-Mailer: PHP/" . phpversion());
readfile("msgsent.html");
?>