[imp] enabling HTML tags

Chuck Hagenbuch chuck at horde.org
Wed Jan 15 09:55:32 PST 2003


Quoting jkpsj <jkpsj at yahoo.com>:

> $Headers .= "From: jkpsj at example.com\n";
> $Headers .= "X-Sender: <example.com>\n";
> $Headers .= "X-Mailer: php4.3\n";
> $Headers .= "X-Priority: 1\n";
> $Headers .= "Return-Path: <webmaster at examle.com>\n";
> $Headers .= "Content-Type: text/html; charset=iso-8859-1\n";

This isn't a valid MIME message. Read the MIME RFCs. Hint: you need a
MIME-Version: 1.0 header.

-chuck

--
Charles Hagenbuch, <chuck at horde.org>
must ... find ... acorns ... *thud*


More information about the imp mailing list