Sending Email From ASP.NET (Version 2.0+)

ASP.NET is Microsoft’s revolutionary web application technology. ASP.NET has many features built in which other web language framworks don’t support, for example AJAX and drag-n-drop technologies.
In this article you will learn how to send emails from an ASP.NET (.aspx) page.
Note: This will only work with version 2.0+ of the framwork.
1) Import the mail namespace into [...]