HTML sanitizing is the process of cleaning up and validating HTML code to remove any potentially malicious or harmful elements.
meta
tag was removed because it’s not necessary for email rendering, and the script
tag was removed because it’s potentially harmful and may trigger spam filters in some email clients. The other differences you see was that the <h1>
tag was converted to a <p>
tag, because the H to P Tag Conversion option was turned on in this example as well.