Automatically attach received files to replies


You have the option of attaching file attachments received via email to your reply emails automatically.

Normally, you would use the "Attach Original Documents" function for this:

image-20250904144558-1.png

However, in some processes or for certain senders, it may be necessary to always include attached files as part of the reply.

For these cases, add the line

task.addProperty("AUTOATTACH", "YES");

in the receive script of the email configuration.

The "Attach Original Documents" function will then be executed automatically when the ticket is replied to.