Monday, 30 March 2015

Send email using Gmail SMTP Using Asp.net || How to send mail by using smtp in asp.net

Sending e-mails with ASP.NET is pretty straight forward. The .NET framework comes with an entire namespace for handling e-mails, the System.Net.Mail namespace   HTML Markup The HTML Markup has a form with some fields such as Recipient Email address, Subject, Body, Attachment,...