On 27-Mar-2003 Jeff Lewis wrote:
> We're sending out emails using mail() and sending it in HTML format and
> while most people get it correctly a couple are not. They get the
> anti-abuse
> headers and then the HTML code appears as just that - HTML code in the
> body
> of the email.
>
> Sending t
A bit more information on this...here is the code being used:
$headers = "MIME-Version: 1.0\r\n";
$headers .= "Content-type: text/html; charset=iso-8859-1\r\n";
/* additional headers */
$headers .= "From: Jeff <[EMAIL PROTECTED]>\r\n";
$message = "test";
mail ('[EMAIL PROTECTED]', 'Quote of th
2 matches
Mail list logo