Problem with HTML code in a message
Hi everyone,
i'm trying to send an HTML table in a email using python, but everything is okey with that (i said it just to give info). This is the text of an example email i send with python (printed just before to be sent):
TABLE
COLUMN1 | COLUMN2 |
---|---|
DATA1 | <a href=webexample.com>DATA2</a> |
Everything is okey already but, when i read with Thunderbird some emails with tables, this tables are corrupted BY A WHITESPACE that wasn't at first in the html email code. As i seen, it happens when some tag like <td> is at the end of a html line and Thunderbird write the first half of the tag in one line and A WHITESPACE WITH THE OTHER HALF PART in the other line. Here is an example from the font code of an email in Thunderbird:
TABLE
<COLUMN1 | COLUMN2 |
---|---|
DATA1 |
Toutes les réponses (1)
Closing as duplicated here https://support.mozilla.org/en-US/questions/1167639