generating emails from Python

Michele Simionato michele.simionato at gmail.com
Thu Oct 7 05:59:34 EDT 2004


Is it possible, using email.MIMEMessage, to generate an email with
both HTML and plain text content, in such a way that:
1) it is displayed as HTML if the email client recognizes HTML;
2) it is displayed as plain text if the email client is HTML impaired?

I realize that the answer is most probably no, but one can always hope
...

      Michele Simionato



More information about the Python-list mailing list