RE: [PHP] Dynamic HTML Email

2002-09-20 Thread Jesse Cablek
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

RE: [PHP] Dynamic HTML Email

2002-09-20 Thread Daniel Kushner
Try this class: http://phpclasses.websapp.com/browse.html/package/9.html Regards, Daniel Kushner _ Need hosting? http://thehostingcompany.us -Original Message- From: Mike Dunlop [mailto:[EMAIL PROTECTED]] Sent: Friday, September 20, 2002

RE: [PHP] Dynamic HTML Email

2002-09-20 Thread Fifield, Mike
$header .= MIME-Version: 1.0\r\n; $header .= Content-Type: text/html; charset=iso-8859-1\r\n; $header .= From: $sender_email\r\n; mail($rcpt_email, $subject, $msg, $header); This works it is what I use. -Original Message- From: Mike Dunlop [mailto:[EMAIL PROTECTED]] Sent: Friday,