Email template - including {{ ...}} data
I tried to set up an e-mail template for our invoice mailings.
The mail was configured using {{ }} to fetch the data.
However, when I generated my e-mail, the data didn't appear on the page. I end up with the {{ }} visible.
How can I make my data appear in the e-mail?
thanks,
- MMickael_Silicon @mco
Hello,
Here is an example of an email template that uses the _{master.xxx} tags to retrieve the data from the DocType.
Dear customer,
Please find attached your invoice _{master.name} in PDF format.
Thank you in advance.
Your signatureThe {{ }} tags are not used in Silicon ioi's email templates, they are replaced specifically by _{master.xxx}.
xxx is the name of the field you want to display.
Regards,
Mickael
- FIn reply toflorian⬆:Florian Jamar @florian
Hello Mickael,
thanks it's working. May I suggest you to change you example under the email template ?
As example you're using double { } but the real text to put is _{master.XXX} which may confuse once we try by ourself (as non-IT workers).
Thanks for your help !