How do I send an HTML email? I use the code in this answer to send emails with SmtpClient, but they\'re always plain text, so the link in the example message be
SmtpClient
Apply the correct encoding of the Mailbody.
mail.IsBodyHtml = true;