Hi,
I wan't to send a generated PDF with in an email attachment. To sent the email, I have to generate and save the PDF file. I' don't need it afterwards, zo I want to remove the generated PDF after some time.
In the documentation i found there's a tempDir() method, but I can't get it to...