Re: [PHP] Help a Header Headache!!

2002-07-12 Thread Chris Hewitt
Chris Knipe wrote: >I just had a look through some of my source Here's what I use.. > > /*** > * Title.: HTML Mime Mail class > * Version...: 1.26 > * Author: Richard Heyes <[EMAIL PROTECTED]> > * Filename..: html_mime_mai

Re: [PHP] Help a Header Headache!!

2002-07-11 Thread Chris Knipe
On Thu, Jul 11, 2002 at 08:59:28PM +0100, Chris Hewitt wrote: > I have not responded to this before as I have not used EMBED or OBJECT > tagss but I have used Manuel Lemos's smtpclass-2002-05-13.tar.gz and > mimemessage-2002-06-08.tar.gz which are intended for html email. They > are on phpclass

Re: [PHP] Help a Header Headache!!

2002-07-11 Thread Chris Hewitt
Chris Knipe wrote: >Have you perhaps tried rather sending the mail using MIMETools ? > >There's a PHP class writen that's actually pretty good for sending MIME based >email... I'm not sure what it's called now, but I'm sure someone else on the >list will be able to elaborate on this. > I have no

Re: [PHP] Help a Header Headache!!

2002-07-11 Thread Chris Knipe
Have you perhaps tried rather sending the mail using MIMETools ? There's a PHP class writen that's actually pretty good for sending MIME based email... I'm not sure what it's called now, but I'm sure someone else on the list will be able to elaborate on this. On Thu, Jul 11, 2002 at 12:26:45PM

[PHP] Help a Header Headache!!

2002-07-11 Thread Shane
I am trying to send an EMBED and OBJECT tag inside an HTML email using the mail() call. My HEADER Content type is... $headers = "MIME-Version: 1.0\r\n"; $headers.= "Content-type: text/html; charset=iso-8859-1\r\n"; $headers.= "From: ".$myname."<".$myemail.">\r\n"; $headers.= "To: ".$contactname.