[Zope] how to send a mail attachment with python (ZPT) ?

2005-09-30 Thread Georgakopoulos Nicolas
I want to send values from a form by mail but I want to make this values a file and then send that file as an attachment. 1.How can I make the values of the form to a file (maybe text file) ? 2.If I make that file how can I send it by mail as an attachment ? My code for simple mail message is

Re: [Zope] how to send a mail attachment with python (ZPT) ?

2005-09-30 Thread Dieter Maurer
Georgakopoulos Nicolas wrote at 2005-9-30 17:25 +0300: I want to send values from a form by mail but I want to make this values a file and then send that file as an attachment. Use Python's email package to compose the email. -- Dieter ___ Zope