Mike Dunlop <mailto:[EMAIL PROTECTED]> scribbled; > > Hello, > > I am wondering how it would be possible to generate an html response > email via a PHP script. I have tried and all that has happened is the > html source code appears in the message body as plain text. I believe > this is happening because the email needs an additional header > stating the email needs to be parsed as html not plain text (or both). >
You can try sending Content-Type: text/html\r\n to see if that helps, otehrwise the mail client may be set for text-only. -jesse -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php