HOSKIA INDIA Posted July 11, 2019 Share Posted July 11, 2019 errror on SpamExperts Welcome Email https://prnt.sc/odno2j pls help 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted July 11, 2019 Share Posted July 11, 2019 3 minutes ago, HOSKIA INDIA said: errror on SpamExperts Welcome Email https://prnt.sc/odno2j pls help the default code in the template is.... {foreach key=mx_host item=mx_priority from=$required_mx_records} {$mx_host} with a recommended priority of {$mx_priority} {/foreach} the problem with your code is that WHMCS will change > to > as soon as you save the edited template and that invalidates the Smarty when it tries to run... you *might* be able to get around that by using the Source Code editor (help -> source code), but often i've found that you need to edit the record directly into the database table when using Smarty like this... but if you do that, you cannot edit it in the template again, because WHMCS will continue to change > back to > 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.