Search code examples
asp.netvb.netemail-formats

Sending email as html


Dim objMail As New Mail.MailMessage("[email protected]", ToEmail, "Password Reset", body)

...and the problem is that the message is sent as pure text including the <br> tags within the body

How could i send the email as html?


Solution

  • Have a look at MailMessage.IsBodyHtml