Sending Email is a very easy thing in ASP.NET.
In ASP.NET MVC we can render our view as email template. There are bunch of third party packages.
So recently I got to know Postal package
So I created Quick sample using Postal.
You can find working sample here