954,568 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

php mail headers

Hi All,

Im trying to get my mail to display like the following

From: Paul "paul@paul.com"
Reply to Customer Services // with the email only showing when clicking reply

my current headers are set to

$headers .= "To: " . $dsv_to . " <" . $dsv_to . ">\r\n";
	$headers .= "From: " . $dsv_from . " <" . $dsv_from . ">\r\n";
	$headers .= "Reply-To: example <" . $dsv_from . ">\r\n";
	$headers .= "X-Sender-IP: " . $_SERVER['SERVER_ADDR'] . "\r\n";
	$headers .= 'Sent: '.date('n/d/Y g:i A')."\r\n";
whiteyoh
Posting Pro in Training
479 posts since Jun 2009
Reputation Points: 15
Solved Threads: 15
 

I think that hiding that address is a feature of the mail client, and not something that can be controlled by headers.

pritaeas
Posting Expert
Moderator
5,480 posts since Jul 2006
Reputation Points: 653
Solved Threads: 875
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You
View similar articles that have also been tagged: