Re: When I send email as HTML, why do erroneous whitespaces get introduced to the HTML source and a few chars get converted to lt; and gt; ???

2013-11-11 Thread Richard Balbat
On Saturday, November 9, 2013 2:29:00 AM UTC-5, dieter wrote: rich writes: Dieter, you were right!!! I broke up the string by inserting CRLF before I reached 72 chars / line. Problem solved! I have the following script that reads in an HTML file containing a table then sends it out

When I send email as HTML, why do erroneous whitespaces get introduced to the HTML source and a few chars get converted to lt; and gt; ???

2013-11-08 Thread richard . balbat
I have the following script that reads in an HTML file containing a table then sends it out via email with a content type of text/html. For some reason a few erroneous whitespaces get introduced to the HTML source and a few chars get converted to lt; and gt; ??? # Import libraries import