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, 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 form data in Python and send those data as an Email) and Google Apps > > Thanks in advance > > -- > Regards > Kalyan > > > -- > http://mail.python.org/mailman/listinfo/python-list > > -- http://www.astorandblack.com
-- http://mail.python.org/mailman/listinfo/python-list