Email Client Templates Not Adding Recipients Using JavascriptIssue After upgrading to Yokohama, users are not added in recipients or BCC of the email when using email client template that uses a script include to fetch recipients. The issue occurs when a string of email addresses with comma separated are sent, but a single email address using script works fine. The expected result is that the To and BCC fields on email template should display email addresses, but the actual result is that they are not displaying email addresses. SymptomsSteps to reproduce: 1. Open incident https://<instance-name>.service-now.com/nav_to.do?uri=incident.do?sys_id=<> 2. Click UI action View workbench. 3. Choose Communicate section. 4. Click on compose action next to open alert. System will open email client editor for ending email.ReleaseYokohamaCauseIssue is identified as PRB PRB1881286ResolutionAs a workaround, create the below System Property:Name: glide.ui.email_client.allow_invalid_email_address_as_recipient_after_user_resolutionType: true | falseValue: true