I'd like to be able to send a link to download a log file by using the Email template language:
http://docs.safe.com/fme/2012/html/FME_ServerRefManual/ServerCore/EmailTemplateLanguage.htm
I know how to send the link to resulting data but this is not giving any sensible result:
<fmeblock type="optional">Click to download the full log: {urlPrefix}{LogFileLocation}/{LogFileName}</fmeblock>
This is not giving any result at all:
<fmeblock type="optional">{LogFileLocation}</fmeblock>
Any help would be much apreciated.
JP.