My mail go to spam instead of inbox using PHP.I want to go mail to inbox.Anybody have any solution for these issue?
My header code is given beow.
$header_mail="select * from mail_header";
$header_mail2=mysql_query($header_mail);
$fet=mysql_fetch_array($header_mail2);
$content=$fet['content'];
$Headers = "From:$content\r\n" .
"Reply-To: $content\r\n" .
"Content-type: text/html; charset=UTF-8 \r\n";
$Headers.= "MIME-version: 1.0\n";
$Headers.= "Content-type: text/html; charset= iso-8859-1\n";