string to = \"email@hotmail.co.uk\"; string body = \"Test\"; SmtpClient SMTPServer = new SmtpClient(\"127.0.0.1\"); MailMessage mailObj = new MailMessage(urEmail,
You have to set mailObj .IsBodyHtml = true;
mailObj .IsBodyHtml = true;