DasHaas Posted January 23, 2008 Share Posted January 23, 2008 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; Quote Link to comment https://forums.phpfreaks.com/topic/87396-from-mail-headers-not-being-sent/ Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.