Page 1 of 1

MIME header displayed on mail clients but not on others

Posted: Thu Feb 04, 2010 12:47 am
by krimos
Hello,

After long hours of research, I met a problem here that I have not yet found a solution or explanation:

I'm using a mailing list manager in php with an SMTP server.

To support the sending of other formats I used a class MIME GENERATOR 1.0.1 to generate the content of e-mails.
Everything works great.

But some mail clients like Qmail on Mac, Windows Mail the mails are displayed with their MIME headers as shown below:

MIME-Version: 1.0
Content-Type: multipart / mixed, boundary = "E3RPCtCNpLzXA160DZsPXfgSzli7RgCj9jZyArbN2yyrptoSiEx5ICK8LQ2sWtAVAphZEj"


This is a multi-part message in MIME format.

- E3RPCtCNpLzXA160DZsPXfgSzli7RgCj9jZyArbN2yyrptoSiEx5ICK8LQ2sWtAVAphZEj
Content-Type: text / plain; charset = "UTF-8"
Content-Transfer-Encoding: 7bit

Dear xxxxxx,

Login: xxxx

Password: xxxxx

Thank you for using password reminder

- E3RPCtCNpLzXA160DZsPXfgSzli7RgCj9jZyArbN2yyrptoSiEx5ICK8LQ2sWtAVAphZEj --


There's someone there who has experienced the same problem?
I want to mention that on Mozilla Thunderbird and MS Outlook 2007 and Outlook Express I have not had this problem. Only the text of the e-mail is

displayed.

Thank you!