Email report to include list of files changed

@JonMikelV I set run-script-after of filechangelist.bat, which is in the Duplicati bin directory and includes:

"c:\program files\duplicati 2\Duplicati.CommandLine.exe" compare 0 --dbpath="C:\Users\user1\AppData\Local\Duplicati\YZHGIGIWZG.sqlite" --passphrase=xxxxx --disable-module=console-password-input >d:\log\backuplist.txt

I tried to set send-mail-body to include d:\log\backuplist.txt, but it isn’t pulling text from that file, just listing the file name.

The only thing I can think of is that I’m running Duplicati as a service. I need to test again with a non-service install to verify before I open a ticket in github

update: tested this on another system, and I got it to work, both in as a service account and as a standard install. Seems that the key is to only have the file name (full path) instead of also including %RESULT%
I’m still poking at this, but I think my solution is going to be to not use the built in emailing, but rather just set up my own post script.
Not sure what I would log as an enhancement request at this point.