RE: [PHP] Re: MIME help needed please...

2003-02-26 Thread Steve Jackson
$this->headers)) $mime .= $this->headers. "\n"; if (!empty($this->body)) $this->add_attachment($this->body, "", "text/html"); $mime .= "MIME-Version: 1.0\n".$this->build_multipart(); mail($this->to, $this->subject, "", $mi

[PHP] Re: MIME help needed please...

2003-02-25 Thread Manuel Lemos
Hello, On 02/23/2003 08:01 PM, Shawn McKenzie wrote: I got this from the user contributed notes in the php.net manual. It seems to work fine most of the time, but Eudora and Pegasus users either get mangled attachments or no attachments. Can anyone see a problem (most files are zip, but sometimes

Re: [PHP] Re: MIME help needed please...

2003-02-25 Thread Jason k Larson
If you are having problems with Eudora or Pegasus, why don't you send an attachment from a Eudora||Pegasus and replicate whatever headers are getting generated their. Then you'd have a test case for something you are trying to perform in PHP, and then (even better) you don't have to wonder if

[PHP] Re: MIME help needed please...

2003-02-25 Thread Shawn McKenzie
Is this a stupid question, or does no one know what is wrong??? Thanks! Shawn "Shawn McKenzie" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > I got this from the user contributed notes in the php.net manual. It seems > to work fine most of the time, but Eudora and Pegasus users ei