Consider the following scenario:
User 1:
From Address = "sender@domain.com"
To Address = "Receiver_1@domain.com"
Attachment = "common path --> file_1"
User 2:
From Address = "sender@domain.com"
To Address = "Receiver_2@domain.com"
Attachment = "common path --> file_2"
How do i execute the above task if it is to be carried out for 500 unique users, with 500 unique attachments (1 unique attachment per unique user)?
Thanks in advance!