Tag Archives: ASP.NET

Sending an e-mail with ASP.NET and System.Net.Mail via Google

Few days ago I needed to develop contact form handler for the website hosted on Windows platform. JavaScript and AJAX were used on the client side to send request to the server. After some reading about ASP.NET framework it become clear that I need to write custom handler (.ashx) to process this request.