[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

[Zope] how to export values from a form to SPSS or Excel format?

2005-09-29 Thread Georgakopoulos Nicolas
I have a page that a client submit a questionnaire (multiply choices) and I want to export the values from the answers to SPSS logistic format so I can send it by mail... Can some one give me the right directions here ? thanks.. ___ Zope maillist

[Zope] reading values from radio buttons (python script)

2005-09-21 Thread Georgakopoulos Nicolas
I have made a form with various quetions . The answers are given by radio buttons and check boxes. When the user submit the form it is send to my e-mail by zope mailhost. How can I get the radio and checkbox values ? I only know to get values from text boxes... my code for the form is form

[Fwd: Re: [Zope] ZTP mailhost ..]

2005-09-12 Thread Georgakopoulos Nicolas
---BeginMessage--- Peter Bengtsson wrote: There's a zope product called SecureMailHost. Perhaps that's what you're looking for. On 9/8/05, Georgakopoulos Nicolas [EMAIL PROTECTED] wrote: Lennart Regebro wrote: On 9/8/05, Georgakopoulos Nicolas [EMAIL PROTECTED] wrote

[Zope] ZTP mailhost ..

2005-09-08 Thread Georgakopoulos Nicolas
Can some one help out how to set up a ZTP form to use a mailhost object and send a email with the data that the form was filled ? I have made the form successfully , my problem is that I don't know how to use the mailhost. ps:Can I use a web mail account to send a mail like gmail ? thank's.