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 = "[email protected]"; $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 <[email protected]>'.$eol; $headers .= "Reply-To:".$name."<".$email.">".$eol; $headers .= "CC: [email protected]".$eol; Link to comment https://forums.phpfreaks.com/topic/87396-from-mail-headers-not-being-sent/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.