For our User Invitation Template I’m including a button for the ${regUrl}. The Microsoft Outlook local client does not display the button properly, so I used the following logic to check for Microsoft Outlook and adjust accordingly.
<!--[if mso]>
<i style="letter-spacing: 25px; mso-font-width: -100%; mso-text-raise: 30pt;"> </i>
<![endif]-->
<span style="mso-text-raise: 15pt;">Register for Password Self-Service</span>
<!--[if mso]>
<i style="letter-spacing: 25px; mso-font-width: -100%;"> </i>
<![endif]-->
This works with other HTML Editors and tools, but IDN strips it out when you save the template. Can this same if statement be accomplished using Velocity? Thanks for your input.