hello friend ,
I am facing a big issue from last two days while i am sending mail from php program its going to the junk mail why.. i dont know i google for this issues and applied so many thing then also going to junk or spam please help me to send the mails in inbox
this is my header section code please tell any way..
Code:
$headers .= 'MIME-Version: 1.0' . "\n";
$headers .= 'Content-type: text/html; charset=iso-8859-1' . "\r\n";
$headers .= "From: My site<denniissac@example.com>\r\n";
$headers .= "Reply-To: info@my_site.com\r\n";
$headers .= "Return-Path: info@my_site.com\r\n";
$headers .= 'X-Mailer: PHP/' . phpversion();