Delimiter for multiple email addresses in BPM Email template?

I have a BPM that sends emails in certain conditions and it’s working well. More people would like to receive these emails, but I can’t figure out what the delimiter is to send an email to more than one email address. I’ve tried a space and a comma and neither seem to work. I’m guessing I’m missing something simple, could someone point me in the right direction?

image

; is the character.

Email1@whatever.com;email2@whatever.com

1 Like

@utaylor is right. It should always be a semicolon. Some programs ask for commas specifically, but that’s just plain weird and lazy programming :stuck_out_tongue:.