> $mail = mail("$address", "$subject", "$body", "$headers \nContent-Type:

This line break isn't in the actual source, is it?...  That would do what
you describe...

> text/html; charset=iso-8859-1\nContent-Transfer-Encoding: 64bit" );
> ?>

Email was not originally designed for sending anything but text.  Everything
else has been grafted on afterwards.

In fact, sending html email is generally a Bad Idea unless recipients can
opt out of it -- Many recipients can't read html email, others throw it away
immediately for security reasons, etc.

I believe you need to send the HTML as an attachment.

See Manuel Lemos' mail class at upperdesign.com (?) to see how that's done.

--
WARNING [EMAIL PROTECTED] address is an endangered species -- Use
[EMAIL PROTECTED]
Wanna help me out?  Like Music?  Buy a CD: http://l-i-e.com/artists.htm
Volunteer a little time: http://chatmusic.com/volunteer.htm



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to