NYCPHP Meetup

NYPHP.org

[nycphp-talk] Re: [OT] PHP Email And GMail

Joseph Crawford codebowl at gmail.com
Tue Jan 18 12:47:13 EST 2005


ere are the headers i am using from my PHP code

	$headers  = "MIME-Version: 1.0\r\n";
	$headers .= "Content-type: text/html; charset=iso-8859-1\r\n";
	$headers .= "From: ".$org_name." <".$reply_email.">\r\n";
    $headers .= "Reply-To: ".$reply_email."\r\n";
    $headers .= "Message-ID:
<".md5(uniqid(time()))."@{$_SERVER['SERVER_NAME']}>\r\n";
    $headers .= "X-Mailer: Microsoft Office Outlook, Build 11.0.5510\r\n";
    $headers .= "X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441\r\n";


-- 
Joseph Crawford Jr.
Codebowl Solutions
codebowl at gmail.com



More information about the talk mailing list