extensions.smartTemplate4.allowScripts = true
Scripts like:
%{%
( () => {
var date = new Date();
if (date.getHours() < 10) {return "Good morning";}
else {return "Hi";}
} )()
%}%
...get inserted into the email verbatim without getting parsed. Tested for new/reply/forwarded emails. SmartTemplates Pro v3.16, updated today.
extensions.smartTemplate4.allowScripts = true
Scripts like:
...get inserted into the email verbatim without getting parsed. Tested for new/reply/forwarded emails. SmartTemplates Pro v3.16, updated today.