Hello guys,
i have managed to open outlook on a link using javascript:window.location.href = 'mailto:test@test.com?subject=subject&body=bodytext';
I am wondering if there is a way to attach blobs from the db as files into this solution?
Any advice appreciated.