/ Published in: PHP
Expand |
Embed | Plain Text
$myname = "Me Myself"; $contactname = "Mister Contact"; $message = "hello from happy me"; $subject = "A mail not refused by Hotmail"; $headers .= "MIME-Version: 1.0 "; $headers .= "Content-type: text/html; charset=iso-8859-1 "; $headers .= "From: ".$myname." <".$myemail."> "; $headers .= "To: ".$contactname." <".$contactemail."> "; $headers .= "Reply-To: ".$myname." <$myreplyemail> "; $headers .= "X-Priority: 1 "; $headers .= "X-MSMail-Priority: High "; $headers .= "X-Mailer: Just My Server";
You need to login to post a comment.
