I accomplished that using the using the System.Net.Mail class. use the IsBodyHtml = Tue property You can attach your images to the email with System.Net.Mail.Attachment Your HTML all you need to do is reference your attached images with the name (only, no paths)
Let me know if you can't get anywhere. I can share my class with you. Nestor On Apr 17, 12:02 am, Praneet Rastogi <[email protected]> wrote: > Can anybody pls tell me how to send Email with HTML contents (Images with > CSS and Hyperlinks) in ASP.Net with C# ?? > > -- > Regards, > Praneet Rastogi > +91-9307880585 -- You received this message because you are subscribed to the Google Groups "DotNetDevelopment, VB.NET, C# .NET, ADO.NET, ASP.NET, XML, XML Web Services,.NET Remoting" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/dotnetdevelopment?hl=en?hl=en or visit the group website at http://megasolutions.net
