I guess this is a standards question and not a specific coding question.
I wanted to know if I needed to validate the HTML with something like W3C HTML Validation? If I send the DOCTYPE and META tags in the HTML email it doesn't render the HTML in the email properly but validates with W3C, but if I remove the DOCTYPE and META tags the HTML renders properly in the email client but now doesn't validate with W3C. Is this something that I should be concerned with or is this standard practice?
In PHP I'm doing Example #4 if you need to see how to send a HTML email in PHP