Hi,
We are looking to use global variable in execution profiles to include different list of email recipients. E.g. using ${GlobalVariable.EmailRecipients}
However, by passing a string defined in the execution profile, e.g. “email1@example.com;email2@example.com”, there is an error as below:
“javax.mail.internet.AddressException: Illegal semicolon, not in group in string “email1@example.com;email2@example.com” at position 18”
Is there a way to escape the semicolon character in this case or pass in multiple email addresses using execution profile’s global variable?
We are using execution profile instead of test suite level to define list of email addresses for maintainability.
Thanks in advance!