I'm making a lot of email templates like this:
- Code: Select all
From: "myCompany" <mail@mycompany.com>
...
Content-Type: multipart/alternative; boundary="----FOO"
MIME-Version: 1.0
This is a multi-part message in MIME format.
------FOO
Content-Type: text/plain; charset="iso-8859-1"
Content-Transfer-Encoding: 8bit
...Plaintext version...
----FOO
Content-Type: text/html; charset="iso-8859-1"
Content-Transfer-Encoding: 8bit
<html>
<!-- HTML content -->
</html>
----FOO--
I use CSE HTML Validator Pro 7.01 for validation of the HTML code. Is there a way to disable validation for the non-HTML part?
Thanks in advance,
Thomas




