ghpk Posted April 20, 2009 Share Posted April 20, 2009 Hello, i've created a new e-mail from email Template under "Product Messages" whenever i need to send this predefined email to selected client. i am getting error as Fatal error: Smarty error: [in emailtpl:emailmessage line 19]: syntax error: unrecognized tag: 837836C2-40CC-47CE-95F5-6D7C910DB6A0 (Smarty_Compiler.class.php, line 439) in /home/mypath/public_html/mypath/mypath/libs/Smarty.class.php on line 1095 any help on this one. 0 Quote Link to comment Share on other sites More sharing options...
kshdzines Posted July 20, 2009 Share Posted July 20, 2009 I am also gettign this error when I try to send an email. Some email tests slip through, but the majority I get this error. Fatal error: Smarty error: [in emailtpl:emailmessage line 1]: syntax error: unrecognized tag: font-family: verdana; font-size: 11px; font-weight: normal; (Smarty_Compiler.class.php, line 439) in /home/ksh119/public_html/whmcs/libs/Smarty.class.php on line 1095 I looked up the path and this is the code I have for them: line 1095 trigger_error("Smarty error: $error_msg", $error_type); line 439 $this->_syntax_error("unrecognized tag: $template_tag", E_USER_ERROR, __FILE__, __LINE__); This is the code in my: configuration CSS body,td { font-family: verdana; font-size: 11px; font-weight: normal; } a { color: #0000ff; } Help?...:-( Thank you, karen kshdzines 0 Quote Link to comment Share on other sites More sharing options...
WHMCS Support Manager WHMCS John Posted July 20, 2009 WHMCS Support Manager Share Posted July 20, 2009 Try changing the font face from verdana to something else. 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.