I want to have 'form to email'. Using apache2 and python. Web page with feedback form. Send post data to python, create the body of an email which would be emailed to me. Much like cgiemail works but with python instead of perl.
Anyone have any suggestions of where to look for examples? ----- Original Message ----- From: "KAM" <[EMAIL PROTECTED]> To: "Ed Leafe" <[EMAIL PROTECTED]> Sent: Wednesday, November 28, 2007 12:49 PM Subject: Re: [dabo-dev] Apache2Triad - python Thanks, I should do that also since I want to eventually access PostgreSQL with the web client info. Do you have a 'canned' script for your email setup with python? ----- Original Message ----- From: "Ed Leafe" <[EMAIL PROTECTED]> To: "kam" <[EMAIL PROTECTED]>; "Dabo developers' list" <[email protected]> Sent: Wednesday, November 28, 2007 12:24 PM Subject: Re: [dabo-dev] (no subject) On Nov 28, 2007, at 1:47 PM, kam wrote: > I have a BLAT script that is setup to send email with perl. I need > to put this in the CGI directory. Does anyone else use this > package? Also, does anyone have a preferred place to put dabo with > this? Have you tried just downloading it and running setup.py? That should put things into your Python site-packages, no matter where it happens to be located on your system. And sorry, I do all my emailing with Python, so I can't help you with your perl script. -- Ed Leafe -- http://leafe.com -- http://dabodev.com _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev Searchable Archives: http://leafe.com/archives/search/dabo-dev This message: http://leafe.com/archives/byMID/dabo-dev/[EMAIL PROTECTED]
