asp.net contact web form + send email

We've recently launched SouthLabs website, so once we received all the html+css&imgs from our designers we had to bring to life the site, and had to implement a basic contact us web form, with basic input validation, and support to send an email upon submit.

I figure this could might save someone 15 minutes worth of work (maybe myself in the future :) in case you need something similar.

 Input validation is performed with jQuery validation plugin, and emails are sent with a contact.ashx handler, that expects a gmail account config to send the email.

 ASP.NET Contact Form

The source code can be downloaded from here.

2 Comments

Comments have been disabled for this content.