Categories
Asp, Asp.net

Send Email with Attachment in Asp.Net

send email with attachment in asp.net In this tutorial i will let you know how to Send Email with Attachment in Asp.Net.I am saving this file into memory stream rather saving it on server. Here i am using Gmail smtp to send mail from Asp.net code.For this first we have to add the following namespaces. Design your […]