MIME header displayed on mail clients but not on others

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
krimos
Forum Newbie
Posts: 1
Joined: Wed Feb 03, 2010 4:42 am

MIME header displayed on mail clients but not on others

Post 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!
Post Reply