I want to send an e-mail consisting an image from my C# program. I can completely do that using the code samples at How to Send Mails from your GMAIL Account through VB.NET or C#. Windows Programming, with a Bit of Customization
But when I used another email service, they just remove the HTML tagged part including the image from the email! So does anyone know a method to embed the image without using HTML tags?
Thanks in advance.