I am sending mail from my C # application using SmtpClient. Works great, but I have to decide if I want to send mail as plain text or HTML. I wonder if there is a way to send both? I think this is called multipart.
I did a bit of work with Google, but most of the examples didnβt actually use SmtpClient, but they made up the entire SMTP body, which is a bit scary, so I wonder if something is built in the .NET Framework 3.0?
If not, is there a really well-used / reliable third-party library for sending emails?
Michael Stum Sep 04 '08 at 21:03 2008-09-04 21:03
source share