Multiple mail recipients

How to format the “To” property of Send Exchange Mail Message to send mail to multiple recipients.
I tried to separate email addresses by different separators with no success :frowning:

Cheeers!

3 Likes

Hi @J0ska

Here, try like this:
multipleRecipients.xaml (7.5 KB)

Hi @ovi
does it mean that “To” property like “recipient1@domain.com; recipient2@domain.com” is not supported?

Try with “,”(comma) between the recipients. It works like that for me.

1 Like

I receive following error with “,” (comma) as recipient separator: “Send Exchange Mail Message : One or more recipients are invalid.”

BUT it works with “;” (semicolon) if there is NO SPACE behind, i.e. “recipient1@domain.com;recipient2@domain.com

So solution found but it would be worth to enhance the Send Exchange Mail Message activity to ignore the space.

21 Likes

Yes u r right to send mail to multiple recipeints you have to use “;” like you use in normal outlook.

3 Likes