I have one aspx page which content :
Code:
<asp:Image ID="Image1" runat="server" ImageUrl="~/Images/JD.jpg" />
OR
<img ID="Image2" runat="server" alt="" src="~/Images/JD.jpg" />
I have to send this image as attachement in mail without saving in file system?
Actallay i have to send bug report in mail…It’s like that user taking screen shot and send to admin…
Please suggest me..
This is for reference only.
Sending Email with attachment in ASP.NET using SMTP Server