<?xml version="1.0" encoding="utf-8"?>
			
			<rss version="2.0">
			<channel>
			<title>The MKVille Blog - CFFormMail</title>
			<link>http://www.mkville.com/blog/index.cfm</link>
			<description>The personal blog of Mark Mazelin</description>
			<language>en-us</language>
			<pubDate>Wed, 08 Sep 2010 13:47:40-0400</pubDate>
			<lastBuildDate>Mon, 04 Feb 2008 11:53:00-0400</lastBuildDate>
			<generator>BlogCFC</generator>
			<docs>http://blogs.law.harvard.edu/tech/rss</docs>
			<managingEditor>blogger@mkville.com</managingEditor>
			<webMaster>blogger@mkville.com</webMaster>
			
			
			
			
			
			<item>
				<title>Simple Form Processing and E-mailing with CFFormMail</title>
				<link>http://www.mkville.com/blog/index.cfm/2008/2/4/Simple-Form-Processing-and-Emailing-with-CFFormMail</link>
				<description>
				
				I posted a new project today to RIA Forge called &lt;a href=&quot;http://cfformmail.riaforge.org/&quot;&gt;CFFormMail&lt;/a&gt;. This project is a ColdFusion port of the venerable formmail Perl script found on &lt;a href=&quot;http://www.scriptarchive.com/readme/formmail.html&quot; target=&quot;_blank&quot;&gt;Matt&apos;s Script Archive&lt;/a&gt;. Every attempt was made to make this a drop-in replacement for the perl script, so that the only necessary change in an existing html form is to modify the form action from formmail.pl to formmail.cfm.

Beyond the port, some new functionality has been added, most significantly is integration with Jake Munson&apos;s &lt;a href=&quot;http://cfformprotect.riaforge.org/&quot; target=&quot;_blank&quot;&gt;CF Form Protect&lt;/a&gt; to help deter form spam. I also began the integration of language resource bundles, but currently only have an English translation.

I created this processing engine last year and had planned on posting it on RIA Forge, but completely forgot about doing so until I read Ben Nadel&apos;s recent post on &lt;a href=&quot;http://www.bennadel.com/blog/1136-Generic-Form-Processing-Emailing-In-ColdFusion.htm&quot; target=&quot;_blank&quot;&gt;Generic Form Processing and Emailing in ColdFusion&lt;/a&gt;. Mine was designed as a drop-in replacement for formmail.pl  (but can certainly be used on new forms!) with support for all the parameters in the original Perl version, while the code in Ben&apos;s post appears to have a subset of the functionality of the Perl version plus the ability to handle file uploads.

Hopefully you will find this script useful. I welcome any suggestions for improvements and also any additional language translations you would like to include (submit them translated also). Please post suggestions to the forums over at the project site.
				
				</description>
						
				
				<category>ColdFusion</category>				
				
				<category>CFFormMail</category>				
				
				<pubDate>Mon, 04 Feb 2008 11:53:00-0400</pubDate>
				<guid>http://www.mkville.com/blog/index.cfm/2008/2/4/Simple-Form-Processing-and-Emailing-with-CFFormMail</guid>
				
			</item>
			
		 	
			</channel></rss>