How to get Form values in Python code and Send Email

James Matthews nytrokiss at gmail.com
Wed May 20 07:36:36 EDT 2009


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 <
kalyanchakravarthy at 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20090520/deca834b/attachment-0001.html>


More information about the Python-list mailing list