Hello,
i have a problem with sending mails via the mail component.
German special characters like ä, ö, ü and so on are not displayed
correctly. Additionally attachments are shown as a base64 string.
Here is the source code of an email:

Return-Path: <xxx>
Received: from xxx (xxx [xxx.xx.xx.xxx])
     by ds9 (Cyrus v2.2.13-Debian-2.2.13-19) with LMTPA;
     Tue, 28 Dec 2010 18:30:41 +0100
X-Sieve: CMU Sieve 2.2
Received: by xxx (Postfix, from userid 23675)
    id 576E28362; Tue, 28 Dec 2010 18:30:39 +0100 (CET)
To: xxx
Subject: xxx
From: Max Mustermann <[email protected]>
Message-ID: <cmu-lmtpd-4307-129355744...@xxx>
Date: Tue, 28 Dec 2010 18:30:41 +0100

Reply-To: xxx
Message-ID: <[email protected]>
X-Mailer: CakePHP Email Component
MIME-Version: 1.0
Content-Type: multipart/mixed;
boundary=8f3e9de395be81a5a33aae8d0805d5d5
0: This part of the E-mail should never be seen. If
1: you are reading this, consider upgrading your e-mail
2: client to a MIME-compatible client.
Date: Tue, 28 Dec 2010 18:30:39 +0100 (CET)

--8f3e9de395be81a5a33aae8d0805d5d5
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 8bit

Replaced Mail Content....

--8f3e9de395be81a5a33aae8d0805d5d5
Content-Disposition: attachment; filename="hdfghgh.pdf"
Content-Type: application/pdf; name="hdfghgh.pdf"
Content-Transfer-Encoding: base64

JVBERi0xLjMKJcTl8uXrp/
Og0MTGCjQgMCBvYmoKPDwgL0xlbmd0aCA1IDAgUiAvRmlsdGVyIC9G
IF0gPj4Kc3RhcnR4cmVmCjYzMjQKJSVFT0YK



--8f3e9de395be81a5a33aae8d0805d5d5--

Its not the complete base64 file part of the mail.

I hope someone can help me....

Thanks,
nic

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected] For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en

Reply via email to