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 i
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 < and > ???
# Import libraries
import smtpl