$headers .= 'From: <donotreply@maysite.com>' . "\r\n";
$headers = 'MIME-Version: 1.0' . "\r\n";
$headers .= 'Content-type: text/html; charset=iso-8859-1' . "\r\n";
$headers .= 'Return-Path:<donotreply@maysite.com>\r\n';
mail($to, $subject, $messageEmail, $headers);
_____
what i need to add to (recieved my email generated, php mail() fuction) in inbox, because it always landed to spam