I have used used the PHP Language for Sending the email and HTML tags are not rendering in the gmail account sometimes.I have used Content Type as – charset="iso-8859-1" I have attached the image.
And also am receiving the Message ID, which should not be come in the mail.

I don’t recommend/use php built in mail() function to send and receive emails. Use php open source libraries like PHPMailer and SwiftMailer. I have been using PHPMailer after facing many issues when using mail() alone. Very easy to implement and has lots of features. You don’t have to spend your valuable time for email sending related development.
http://phpmailer.worxware.com/
http://swiftmailer.org/