Re: How to create and send a pdf attachment

2008-12-03 Thread Epinephrine
Thanks. That is the outline of what I want to do; what I need now is specifics: how to create the document and pass it successfully (MIME, etc) to the attach method. On Dec 3, 12:59 am, Thomas Guettler <[EMAIL PROTECTED]> wrote: > Epinephrine schrieb:> Does anyone have a code sample that shows

Re: How to create and send a pdf attachment

2008-12-03 Thread Thomas Guettler
Epinephrine schrieb: > Does anyone have a code sample that shows how to create a pdf document > and then, without saving that document to disk, email it as an > attachment? > > I am using the ReportLab PDF library at the platypus level for pdf > creation. > > For emailing, I expect to use

How to create and send a pdf attachment

2008-12-02 Thread Epinephrine
Does anyone have a code sample that shows how to create a pdf document and then, without saving that document to disk, email it as an attachment? I am using the ReportLab PDF library at the platypus level for pdf creation. For emailing, I expect to use Django's EmailMessage class. Thanks!