I need to be able to send content (a Call-To-Action button) for Outlook & non-Outlook email apps in the same email. It requires mail merge, so it must be XHTML, Custom-Code, Advanced editor.
The following code fails at the "if mso" line in Outlook:
<html lang='en' xml:lang='en' xmlns='http://www.w3.org/1999/xhtml' xmlns:cctd='http://www.constantcontact.com/cctd'>
<body>
<!--[if mso]>
This is OUTLOOK!
<![endif]-->
<span style='-webkit-text-size-adjust:none;mso-hide:all;'>This is NOT Outlook!</span>
</body>
</html>
How can I make this work?
(In actuality, the two different messages will display a button with links to our website, unique to each recipient.)
Thanks in advance,
Mike
... View more