Re: [PHP] Re: MAIL() Trouble. Need your eyes.

2002-07-11 Thread Chris Knipe
On Thu, Jul 11, 2002 at 07:00:57PM -0400, Chris Earle wrote: > - > $myname = "Me Myself"; > $myemail = "[EMAIL PROTECTED]"; > $myreplyemail = "[EMAIL PROTECTED]"; > $contactname = "Mister Contact"; > $contactemail = "[EMAIL PROTECTED]"; That's ok... > --

[PHP] Re: MAIL() Trouble. Need your eyes.

2002-07-11 Thread Chris Earle
What's the error message? "Shane" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Greetings, I am attempting to send an HTML based email using the Mail() function in PHP. I am having great luck until I include an OBJECT or EMBED tag in the HTML string. I am run