Is there some sort of formatting protocol for html email? We have an automated system that sends reports via email, when I look at the source I see them delimited by line length with an ‘=’ breaking the line. That is, I get something like :
<html><body>some text some text some text some= some text some text some text some text som<ta= ble>some text some text some text some text <t= r><td...
Does anyone have any more information on what this is?
You have to send the message as multi-part MIME. Best practices are:
As to your garbled message, it looks to me that your message isn’t being correctly identified as HTML so the mail client is wrapping lines of text at 70 or so characters.