Hello!
I have the following situation: I have a table with some results and I need to send through email to each user its specific results (User 1 shouldn't be able to see User 2 results, for example).

Any ideas on how to implement that ? Ideally this would happen dynamiclly as I have a big list of users to send these emails.
Thanks for you attention and time!!