Published in: PHP
$headers = "X-Sender: My bussiness <info@mybussiness.com>\n"; $headers .= "X-Mailer: PHP4\n"; //mailer $headers .= "X-Priority: 1\n"; //1 UrgentMessage, 3 Normal $headers .= "Return-Path: <info@mybussiness.com>\n"; $headers .= "Message-ID: <".$now."@mybussiness.com>\n"; $headers .= "MIME-Version: 1.0\n"; $headers .= "X-MSMail-Priority: High\n"; $headers .= "From: My bussiness <info@mybussiness.com>\n"; $headers .= "Reply-To: My bussiness <info@mybussiness.com>\n"; $headers .= "Content-Type: text/html; charset=iso-8859-1\n";
You need to login to post a comment.
