Tagged Questions

1
vote
4answers
68 views

Sending email as html

Dim objMail As New Mail.MailMessage("no-reply@mywebsite.com", ToEmail, "Password Reset", body) ...and the problem is that the message is sent as pure text including the <br> tags within the ...