New submission from Vance Unruh :
I'm using Python to email a text version and a PDF version of a report. The
standard way of doing things does not work with Vista's Mail program, but works
fine with Mail on OSX. So, I don't know if this is a Python or a Vista Mail
bug. By
Vance Unruh added the comment:
Here's code that attaches the pdf file the two different ways. Both attachments
are OK when I read the mail on OSX, but one is corrupt when read with Windows
Mail on Vista. I wasn't sure what to do with the actual sending of the mail to
the server. Y