Hi team,
Is possible attach more than just one file in Action Send Email? how?
Regards

Hi team,
Is possible attach more than just one file in Action Send Email? how?
Regards

Clone your action, set another file you want to send, save it. Insert it in your send email rule, and that should send the other file
Will that merge to send one email with multiple reports or just send multiple emails?
Hi JTR, this is exactly my current problem, I dont wanna 10 emails per day (5 per closed work period). We want 1 email with 5 attached files. Could be possible other solution?
Regards
Combine the reports into a single report?
Generate the reports as files. Use Start Process action or one of the JScript file helpers to gather the files and put them in a ZIP, maybe using a BAT file. Then attach the ZIP to the email.
Good ideas Kendash/QMcKay/JTR, thanks for your help, I will test the single report and the zip option
Regards
LOL, just comma-separate the files… this works:
D:\Programs\POS\AccountStatement.txt,D:\Programs\POS\Firewall.txt

Received:
Well… You learn something new everyday
good find 
So good Master! Thanks