Re: How to get Form values in Python code and Send Email

2009-05-20 Thread Mike Kazantsev
On Wed, 20 May 2009 17:49:47 +0530 Kalyan Chakravarthy wrote: > Hi > Now i can able to get the form details in to python code, > > can any one tell me the format to send form values to one Emil > id ... for this I required SMTP set up? You can use email and smtplib modules for that alon

Re: How to get Form values in Python code and Send Email

2009-05-20 Thread Kalyan Chakravarthy
Hi Now i can able to get the form details in to python code, can any one tell me the format to send form values to one Emil id ... for this I required SMTP set up? Thanks in advance Regards Kalyan On Wed, May 20, 2009 at 5:06 PM, James Matthews wrote: > Why don't you use Django? If y

Re: How to get Form values in Python code and Send Email

2009-05-20 Thread James Matthews
Why don't you use Django? If you get the form information from Django you can send an email using the send_mail (or even if you don't you can still import the function. On Wed, May 20, 2009 at 8:52 AM, Kalyan Chakravarthy < kalyanchakravar...@hyit.com> wrote: > Hi All, > > I have one doubt,

How to get Form values in Python code and Send Email

2009-05-19 Thread Kalyan Chakravarthy
Hi All, I have one doubt, I have feedback form (HTML Page) in one website user enters all the details and after submitting the page, in back end Python class i want to get all those data and send to one email id. for this please any one can guide me how to do it in Python( how to get HTML fo