matzedin Posted August 6, 2010 Share Posted August 6, 2010 Hello, if i would send an NEW email to a customer (not from an email template) ,i become this error: Fatal error: Smarty error: [in emailtpl:emailmessage line 1]: syntax error: unrecognized tag: font-family:"Cambria Math"; panose-1:2 4 5 3 5 4 6 3 2 4; mso-font-charset:0; mso-generic-font-family:roman; mso-font-pitch:variable; mso-font-signature:-1610611985 1107304683 0 0 159 0; (Smarty_Compiler.class.php, line 446) in /www/htdocs/xxxx/panel/includes/smarty/Smarty.class.php on line 1093 0 Quote Link to comment Share on other sites More sharing options...
laszlof Posted August 6, 2010 Share Posted August 6, 2010 You probably need to use {literal} {/literal} tags around your stylesheets.. Anything within brackets {} is going to get interpreted by the smarty engine. 0 Quote Link to comment Share on other sites More sharing options...
matzedin Posted August 6, 2010 Author Share Posted August 6, 2010 hmmm i dont can follow you....what you mean? 0 Quote Link to comment Share on other sites More sharing options...
laszlof Posted August 6, 2010 Share Posted August 6, 2010 You have some stylesheets (CSS) in your email templates. You need to wrap that code in {literal} tags. {literal} foo { border: 0; text-align: right; } {/literal} 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.