How to send an email with attachment in asp.net 2.0
September 11, 2008 Leave a comment
I have seen many posts over forums asking for how to send emails in asp.net.
In this blog post, I am going to post code snippet to send email in asp.net (with / without attachment).
MoreOver, for Complete FAQ for the System.Net.Mail namespace found in .NET 2.0 (Click here for System.Web.Mail). This is an excellent resource to understand total mail functionalities in asp.net.
Check out Below Code to send email in asp.net:
