Jump to content

from mail() $headers not being sent


DasHaas

Recommended Posts

I cannot seem to send the from header to change the recipient. Im not sure if it has anything to do with the host settings but it just displays the domain name as the sender. Here are my current headers

 

		
	$to = "a@2.com";
	$subject = 'ABD website contact message';
	$body = "$new_msg";

	//HTML mail headers
	$headers  .= 'MIME-Version: 1.0'.$eol;
	$headers .= 'Content-type: text/html; charset=iso-8859-1' .$eol;

	//Other headers
	$headers .= 'From: John Doe <4@5.com>'.$eol;
	$headers .= "Reply-To:".$name."<".$email.">".$eol;
	$headers .= "CC: 2@3.com".$eol;

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.