Best way to construct an email - attach a html file and send

Grant Edwards grante at visi.com
Wed Aug 9 10:20:28 EDT 2006


On 2006-08-09, a <a at tempinbox.com> wrote:

> What is the best way to construct an email in python and also
> attach a html file
>
> the html file to be attached is not on disk, but should be
> dynamically constructed in the python script

Sounds like a job for MimeWriter to me.

-- 
Grant Edwards                   grante             Yow!  BEEP-BEEP!! I'm a
                                  at               '49 STUDEBAKER!!
                               visi.com            



More information about the Python-list mailing list