How to send a web page in Email ?

System.Web.Mail does not support sending a web page through Email but we can use WebRequest class to get screen scrape web pages, and we can pass the resulting...

Read more

How to send E-mail using ASP.net through Gmail account

Sending Email is a basic task of a web application for many purposes . If you have any web space somewhere on a web server then you are...

Read more