Categories

Updated: 12/04/2007

Creating Contact Us Form using ASP.NET and SMTP

A lot of times, we as a web master want to include a contact us form in our web site to gather sales questions from our site visitors. I can see that most of the people actually just include an email like sales@domainname in their Contact Us Page. I know that one works well if you just starting your site. However as your site is getting popular, you will notice that lots of spam email comes to your inbox and you probably has to spend hours and hours just to delete each of the spam email and also you might accidentally delete one of the legitimate email and thus you will lose your website sales. So to create a simple Contact Us Form with Captcha Image to prevent robot from sending spam to you and the result of the Contact Us Form will be sending email to you as a website owner, or you can save into database if you like to. I will show you code sample on sending email from your contact us form.
©2003-2019 jCay.com