Wednesday, October 15th, 2008

Form to Mail Script

My form2mail script was the first significant PHP script that I had written that I decided to offer the opportunity for other people to use. In fact I decided to offer two versions of the script.

The free version of the script allows you to have as many fields in the form as you like and it will send an email listing all the fields and what was entered into them. It also allows a free format message field where the sender can add a message after the other fields.

The advanced version (for which I have a nominal charge) can generate plain text emails, HTML emails (or both in the same email) where the form fields can be substututed into specified spots in the email content. It also allows for attachments and embedded images as well as supplying a way to plug in your own validation module that allows you to expand the functionality to do just about anything. This version also has the main parts of the code in separate functions that you can call from within a web page so as to send emails without needing a form at all.

Form to Mail Script

Share and Enjoy:
  • Digg
  • del.icio.us
  • StumbleUpon
  • Slashdot
  • Technorati

Tags: , ,

Comments are closed.