Jump to content

header tag 'reply-to' works in gMail, not in Outlook Entourage....


domerdel

Recommended Posts

$headers = "MIME-Version: 1.0\n".
   "Content-type: text/html; charset=iso-8859-1\n".
   "From: \"WebsiteFeedbackDD.com\" <[email protected]>\n".  
   "Reply-To: \"" . $fromname . "\" <".$_POST['email'].">\n".  
   "Date: ".date("r")."\n";

 

The Reply-To works fine. this is basically an e-mail to myself (for admin purposes). it comes into a filter so i need the From name to always be unified, but have a different reply to (captures data from the user filled form).... it works fine going through a gMail client, but not my outlook.

 

How do i need  to definite this more specifically?

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.