Projects‎ > ‎

Simple PHP Form To Email

posted Apr 4, 2010, 7:56 AM by Matt Lankford   [ updated Sep 6, 2010, 5:09 PM ]
Simple Form To Email is a script that will take any data from an HTML  form and send it to a pre-configured email address.
FEATURES:

    * Open Source ( Free GPL Code )
    * You can create as many HTML forms as you like and submit them to the same URL
    * Email can formatted in XML so that you can parse for a database
    * Email can be formatted in YAML for easy human readable format
    * XML or YAML format can be specified from each HTML form
    * The email subject is set from each HTML form so you can keep track of what form the data is coming from
    * After the form is processed, you can redirect the user to another page … like http://mydomain.com/Thankyou from the form

Get it at github.com/lankford/simple-php-form-to-email