August 06, 2010
WP Plugins – PHPMailer Contact Form
Posted by: Joy : Category: Web Development
PHPMailer is a PHP email transport class featuring file attachments, SMTP servers, CCs, BCCs, HTML messages, word wrap, and more. we can use it for sending email via sendmail, PHP mail(), QMail, or with SMTP. You can read more about it on their official website here…. With this class, i tried to make another simple wp plugin called WP PHPMailer contact form. This plugin will create a simple contact form for your wordpress powered blog. captcha code is also added to the form to prevent spamming.How to add the contact form? it’s so simple, just by adding <!--phpmailer contact form--> tag on any posts or pages. For now, no mail setting on plugins setting page, the message will be sent to your blog admin email. It’s still on development anyway, but you can use it for free as always. Next, i’ll add more mail setting, like smpt host, ssl support, attachment and other, need more time for coding for those things.
Just a reminder for those who dont have one yet, You really need a contact form on your web site, and not having one is like not having a mailbox in front of your house! so, why dont you try to add it now?!
Sample page is available here :
http://crazydavinci.net/contact
You can find the plugin file on the download page












February 4th, 2011 at 11:18 am
^ what about it bro? tell us the problem, we might be able to help here