Hi everyone,
I run into a problem, that I'm sure hase an easy fix but I can't seem to find it.
I'm using the web-client and it shall download an email-template (a text file with .eml as ending) and this e-mail is already prefilled with some values of variables.
This works fine when I have all the text and formating for the .eml in my code window, but as the email will need some nice desinging it will get too many line, so I want to load an external file, exchange the placeholder for the values of the variables and let the user download it as .eml
Loading the template works fine by using var vContent = plugins.file.readTXTFile(vPath), but how do I update the placeholders in vContent for the values of my variables?
Thanks for any help.
Cheers,
Alexander