I love when I find stuff like this.
I am setting up a website that wants to have an email submission forma at the bottom of every post. I use the wonderful Contact Form 7 plugin for WordPress. Normally you would place a specific contact form in your post. However, if you want to add it to every post, you can simply add the following short code to the single.php file of your theme.
<?php echo do_shortcode( ‘[contact-form 1 “Contact form 1″]’ ); ?>