$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
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
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
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
4 matches
Mail list logo