hey larry thanks
Larry Bates wrote:
> a 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
> >
> > I want to attach the django debug error
a wrote:
> where is the link
> thanks a lot for your kind help
> Larry Bates wrote:
>> a 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 scrip
where is the link
thanks a lot for your kind help
Larry Bates wrote:
> a 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
> >
> > I want
On 2006-08-09, a <[EMAIL PROTECTED]> 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
py> What is the best way to construct an email in python and also attach
py> a html file
...
Check out the email package.
Skip
--
http://mail.python.org/mailman/listinfo/python-list
a 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
>
> I want to attach the django debug error to an email and mail it to
> myself whenever ther
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
I want to attach the django debug error to an email and mail it to
myself whenever there is an error in the appl