[thelist] Double Emails continued in PHP

Chris W. Parker cparker at swatgear.com
Thu Jul 17 15:44:51 CDT 2003


Rob Smith <mailto:rob.smith at THERMON.com>
    on Thursday, July 17, 2003 1:34 PM said:

>   $headers = "MIME-Version: 1.0\r\n";
>   $headers.= "Content-type: text/html; charset=iso-8859-1\r\n";
>   $headers.= "From: ".$myname."<".$myemail.">\r\n";
>   $headers.= "To: ".$contactname."<".$contactemail.">\r\n";

Maybe Hotmail doesn't like \r\n? Perhaps it just likes \n.

Just throwing out an idea.

Chris.


More information about the thelist mailing list