Hello, I'm using another class from this website to create a multi-part MIME encoded email but some of the recipients just get a blank email in their email client.
I've validated the MIME message using this tool:
mimevalidator.net/index.html
and it shows no errors.
I'm using your class to try and figure out what the error is that's causing my recipients blank emails but it gives me the following error:
> Warning: truncated message body part at position 117308 line 1515 column 1
The really odd thing is that if I set 'SkipBody'=>0 in test_message_decoder.php it successfully decodes the message
So now I'm confused ! It looks like my MIME message is correctly formated but this tool finds an error !? Which is correct ? I can send you the MIME message that I'm decoding if it helps.
Regards
Phil