jus one suggestion from my end. Check the excel cell having any new line before 10th email id .com some time having new line create issue and will not take properly and maintain all the email id’s with out new line in the excel cell and try. thanks.
i know there is no limitation on framing email id by separating semi colon. Could you please share your steps how you are retrieving the email id’s and sending email by using those email id’s. it will be very helpful to our forum members to guide you better. thanks.
As per my understanding, can I know whether all the emails are present in a single excel cell or 12 emails in sequence order?
Suppose, if all the emails are present in one single cell, there can be any whitespace present in any of these email ids, so retrieve the values with Trim Function and declare another array of string variable and use the Split function with “;” as delimiter which will have all the emails in array format. Then pass the values one by one to the mail activity through For each activity.