We have a requirement to send out an email to well over 1400 users with an information documents. Instead of sending one email per recipient, I'm trying to use a multi value token to add all the email addresses to, then use that token on the email activity's bcc address field. The activity is set to separate each value with a semi-colon ";". I tested it with a hand full of address and it works fine, but when I run it on my batch of 1400 addresses I get the following error:
(_EmailWithAttachments) The specified string is not in the form required for an e-mail address.
It is maybe worth mentioning that in the workflow I have a check with a regular expression to test the validity of the email address before I add it to the multi value token and then to only use the ones that pass the validation.
Could it be that the volume is too high?