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; }
The only working solution I've found is to use conditional formatting in the HTML source :
This block of code will display everywhere except in Outlook 2007.