Hi Experts,
In a mail, if we have multiple attachments with the same name, how can we process both attachments? For example - If there is a mail with 2 attachments named "testPDF.pdf".
I created a POC and tried to process such mail. Only a single attachment is getting processed. Other attachments have been lost after the Sender Mail adapter. Means in trace mode - The mail adapter shows both attachments, but in the next flow step where I count the number of attachments, gives only the value- "1". and in the further flow step, when I sent the mail using the Receiver mail adapter to receiver mail, the mail contains only single attachment.
How can I process and send both attachments to the receiver mail?