Hi. I've been using the htmlMimeMail class frequently posted here to send HTML emails. The emails do not include images or attchments, they just have HTML bodies.
The problem I am having is that the HTML is being altered in some way between when the HTML is set and when it is delivered. I have been troubleshooting this for a while now and have found that it seems to drop occasional characters (not even all of the same characters at the same time), regardless of encoding or character set. These dropped characters affect how the body is displayed, thus affecting what the end user sees.
The really strange part is that this only seems to occur on windows platforms. I've done some testing with identical data on a unix platform everything works as it should. Unfortunately, I can't move the entire app to a unix platform, so I'm kind of stuck.
Any thoughts on how best to procede?