If I understood correctly, doing it this way, for each file that is uploaded, the user will receive an email. If during a work session, the user uploads 50 files, he will receive 50 emails.
Using an example I found in the documentation, I was able to generate a txt file with the name of all the files that were uploaded, with date and time.
Now what I couldn't solve is how to attach this txt file to an email notification. Is it possible?
Thank you for your patience with this inexperienced user.