I want to two different attachment send mail.
Can you help me please.
Which activity do you use to send the attachments? Actually, all send mail messages accept a collection of Strings for the path of attachments.
So for sending multiple attachments, you can create a collection of type string and give that to the activity.
Hi @sera,
Please check here:
Hi Buddy @sera
While sending mail with attachment, we have an option like this where you can mention the two different files path your computer…and you can pass this as an array having two files as values, mentioning the arrayindex in the value(highlighted) or as list or as two variables stored with file paths, anyway you want buddy
Hope this would help you
Cheers
Thank You
Hi Palaniyappan, can you help me how to do it dynamically, sometimes i have two files sometimes 3 files in folder and so on. I have to send all the files in that folder.