=== Zero Conf Mail=== Contributors: nkuttler Author URI: http://www.nkuttler.de/ Plugin URI: http://www.nkuttler.de/wordpress/zero-conf-mail/ Donate link: http://www.amazon.de/gp/registry/24F64AHKD51LY Tags: admin, plugin, mail, mail form, contact, contact form, zero configuration, simple, easy Requires at least: 2.7 Tested up to: 2.9 Stable tag: 0.4.2 Simple mail contact form, the way I like it. No ajax, no bloat. No configuration necessary, but possible. == Description ==

It took me quite some time to check a few existing contact forms and I didn't like any of them. No, I don't want you to load jquery on every page of my blog. I want it localized, pretty please. Oh, and I want this JavaScript onfocus/onblur effect I wrote about. And why do I have to do any configuration at all anyway?

Install, add [zcmail] on some page or post, done.

My plugins

Better tag cloud: I was pretty unhappy with the default WordPress tag cloud widget. This one is more powerful and offers a list HTML markup that is consistent with most other widgets.
Theme switch: I like to tweak my main theme that I use on a variety of blogs. If you have ever done this you know how annoying it can be to break things for visitors of your blog. This plugin allows you to use a different theme than the one used for your visitors when you are logged in.
Zero Conf Mail: Simple mail contact form, the way I like it. No ajax, no bloat. No configuration necessary, but possible.
Move WordPress comments: This plugin adds a small form to every comment on your blog. The form is only added for admins and allows you to move comments to a different post/page and to fix comment threading.
Delete Pending Comments: This is a plugin that lets you delete all pending comments at once. Useful for spam victims.
Snow and more: This one lets you see snowflakes, leaves, raindrops, balloons or custom images fall down or float upwards on your blog.
Fireworks: The name says it all, see fireworks on your blog!
Rhyming widget: I wrote a little online rhyming dictionary. This is a widget to search it directly from one of your sidebars.

== Installation == Unzip, upload to your plugin directory, enable the plugin. Include it on a page or post by adding the shortcode [zcmail] somewhere on it. == Screenshots == 1. The contact form with default CSS styles. See the demo page for the minimal onfocus JavaScript effect. == Frequently Asked Questions ==

Q: What about spam?
A: Webspammers don't gain anything by spamming you through the contact form, as their links don't appear on your site. A spammer is wasting his resources by sending spammy backlinks through the form and should stop soon. Normal spam should be handled by your email provider.

Q: Why don't you use captcha?
A: I don't think they are necessary, see the question above. I use the form to gain new clients, and I don't want to put any obstacles between them and me. If anybody wants to write a captcha patch please go ahead, but I won't enable it by default.

Q: But anybody could send me a gazillion mails without captcha!?
A: That's true. That's why the plugin comes with a flood protection. Sender IPs are logged and an attacker would need a considerable amount of resources to bypass that protection. If somebody bothers doing that, you probably have more serious problems than a contact form without captcha. And you can make the flood protection rules more severe if you want to.

Q: Who receives the mails?
A: The admin who activates the plugin is a registered user of your blog and has an email address associated with his account. That's where the plugin sends the mails to. This can be changed on the plugin options page.

== Changelog == = 0.4.2 = * Use a WordPress function to send mails. This should fix potential problems with inconsistent From: addresses. Thanks a lot to MG Lim for reporting this. = 0.4.1.2 = * Use correct version number. = 0.4.1.1 = * Fix activation bug, thanks to Robert Reilly for reporting. = 0.4.1 = * Load translations on plugin activation, needed for properly translated field labels. * Fix annoying bug, thanks to simon for the detailed report. * Bugfixes, optimizations, documention updates. * Add delete field option. = 0.4.0 = * Add mail flood protection. * Add turkish translation, thanks to Tayfun Duran. = 0.3.3 = * Add icon by famfamfam to the Admin Drop Down Menu. * Modify directory structure. * Fix PHP5ism, thanks to Tico. Now tested on PHP4 as well. = 0.3.2 = * Add hebrew translation, thanks to Asaf Chetkoff! * Include CSS only on pages that contain the shortcode! = 0.3.1 = * This plugin should work by default on as many blogs as possible. Therefore I added a default CSS file that will be included on the form page if you upgrade to this version. Your CSS configuration will be preserved across future upgrades. = 0.3.0 = * Simplified and clarified the interface. After all it's called zero conf for a reason. * Add italian translation, thanks to Gianni! * Fix shortcode position on pages = 0.1.11 = * Clean up code, add documentation * Admin CSS * Update german translation = 0.1.9 = * Don't use trunk as stable, revert to earlier release and add bugfixes. = 0.1.8 = * Fix short PHP open tags, thanks to Kelson for finding them! = 0.1.7 = * Add email check for receiver to catch misconfigurations. = 0.1.6 = * Include sender's name in mail and fix I18N, thanks to Busse EDV for reporting. * Success/failure messages are configurable. * Produce valid HTML = 0.1.5 = * Fix upgrade data loss bug. = 0.1.4 = * Hopefully fix PHP5ism in array sorting. = 0.1.3 = * I've seen reports of upgrade troubles. Put the reset button where it can always be accessed. This will be hidden when things get more stable. * Split main file and only include the things that are needed. = 0.1.1 = * Allow custom fields * Restructure the code, document it * New, flexible data structure * Enable custom fields as requested * I18N, german translation * Check if sender's mail is an email address * Check admin page & form permissions * Add configurable link to plugin website = 0.0.3 = * Add success and failure messages * All fields are mandatory. = 0.0.2 = * i18n mostly done * Added german translation = 0.0.1 = * Initial release