I want to send an e-mail from our system to customers, where some tags should be hidden to them. I\'ve set the following CSS:
.hidden { display: none; }
Try this — maybe it will work for you.
.hidden{visibility: hidden;}