domerdel Posted February 17, 2009 Share Posted February 17, 2009 $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? Link to comment https://forums.phpfreaks.com/topic/145616-header-tag-reply-to-works-in-gmail-not-in-outlook-entourage/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.