Hello,In a delivery template, in the text version, we use this code to retrieve the subject dynamically:<% document.write(delivery.mailParameters.subject); %>The problem is that if there is javascript inside the subject, it is not executed.For instance, if the subject is : <%=recipient.firstName%>, ...