Python : Scripts and Programs : Form Processors

MailForm.py

0.0/5 (0 votes cast)

MailForm.py is a Python port of Kelly Yancey's MailForm script, which was written in C. This was, in turn, a port of Matthew Wright's FormMail PERL script. I chose to write this port because of the growing number of Python users, and because I wanted a version of Kelly Yancey's MailForm that was Windows compatible. That and I happen to know some Python. MailForm.py stresses functionality over performance. I wanted to have all the form-controlled functionality of MailForm.

Gypsy Mail

0.0/5 (0 votes cast)

A Python clone of the well-known cgiemail script, with added features and flexibility. This script allows you to set up an HTML form on your website, to collect information from your site's visitors, and send a very nicely formatted e-mail to yourself, or possibly other e-mail addresses.

Gypsy Mail

0.0/5 (0 votes cast)

Gypsy Mail is a Python clone of the well-known cgiemail script, with added features and flexibility. This script allows you to set up an HTML form on your website, to collect information from your site's visitors, and send a very nicely formatted e-mail to yourself, or possibly other e-mail addresses. Also includes redirection to your own URL for a custom success page.

MailForm.py

0.0/5 (0 votes cast)

MailForm.py is a Python port of the C version of the popular MailForm script. It supports a large number of customizable form fields which allow you to determine the script's behavior. It was written and tested on Python 2.1. It should work with a standard Python installation on most operating systems. MailForm.py supports multiple recipients, custom mail headers, cookies, and many other features. It is source code, and may be customized for individual needs, such as adding FastCGI support.