frostfire
Joined: 10 Dec 2009 Posts: 2
|
Posted: Thu Dec 10, 2009 4:06 pm Post subject: Bug: Attachments corrupted in outlook webaccess + solution |
|
|
Hi,
thanks for a good mailclass!
I have found an error in your MIME5/4.php file.
In the MIME5/4 file you need to change the following row:
const MLEN = 73;
to
const MLEN = 72;
The reason for the problem is that some mailclients dont support 73chars, for example MS Office Outlook WebAccess and that will make the attachments corrupted.
Have a great day and thanks again!
Br
Patrick Svensson
Software Architect _________________ XPertMailer - Advanced Mail Engine |
|