You need to send a content type header in your email like the following:
PHP Code:
mail ($to$subject$message"MIME-Version: 1.0\r\nContent-Type: text/html");