Multipart text/html email from Invision Community not parsing correctly [closed]

Solution 1:

I was able to fix this issue by editing Invision's code and changing one occurrence of PHP_EOL to "\r\n". Hopefully they include my changes in future releases of their software.