> * You're sending using Zend_Mail from a local server that is *NOT*
> Exchange
Correct.
> * Client servers receiving the email *are* using Exchange
Correct.
> If so, can you provide the full mail pieces with attachments as sent
> both by Zend_Mail and either PEAR::Mail or PHPMailer? I would need to
> see the full mail, including all mail headers, as it is sent. This can
> be done by either creating a transport that simply captures and logs the
> mail, or by sending to yourself and posting the received mail somewhere
> I can look at it.
I've actually done this already. I have a set of test scripts designed
to send myself an email using a variety of libraries and versions. I
saved the raw source of each email to a file and compared them. It was
greek to me, but maybe you'll have a better idea. I've uploaded them
to
http://djcricket.com/emails.tar.gz> Also, please indicate which Zend_Mail transport you are using to send,
> the OS you're on, and any options you are using to configure the
> Zend_Mail and/or transport objects prior to sending (encoding, character
> set, etc.)
Ubuntu 7.10, SMTP transport using Login authentication. The encoding
and character sets are the defaults.