Skip to main content

In WebDesigner I need to send a confirmation email to several users (the users are harcoded in the TO field... they are not a in a SharePoint column).


I'm using the ";" as a separator.


Once it reaches that activity it throws an error about incorrect email recipient format.


What should be the correct delimiter to send emails to multiples email addresses?


 


Thanks!

Hi,


";" is the right delimiter... ensure this is not also the last char.


Working fine: test@test.com;test2@test.com


Not Working fine: test@test.com;test2@test.com;


 


Reply