I'm trying to send a formatted HTML via gmail and it comes out as junk. In particular, a properly fomatted <table> set of tags appears to have </table> inserted right after the <table> tag, messing up the output. I can't tell if this is something the browser is doing, or is happening as the automation gmails the body.
Any thoughts on this?
example input and output (note, I'm not listing my entire table, but I do wrap it in a </table> tag and is properly formatted html:
Input:
<table>
<tbody>
<tr valign="top">
<td><strong>Email Group</strong></td>
source that shows up in gmail:
<p></p><p><span></span></p><table></table><p></p><p><span></span></p>