I have got this simple php mail function
$to = "munucom@mail.ru";
$subject = "My subject";
$txt = "Hello world!";
$headers = "From: munucom@mail.ru" . "\r\n" .
"CC: munucom@mail.ru";
if(mail($to,$subject,$txt,$headers)){
echo "done";
}
It echos done but when i check my email there is nothing.Even in spam section