In Yokohama recipients are no longer populated in Email Client and Major Incident Recipient List when using javascriptDescriptionIn Yokohama recipients are no longer populated in Email Client and Major Incident Recipient List when using javascriptSteps to Reproduce 1) Create a Script Include and a function which returns a string containing emails separated by commas. 2) Create an Email Client Template where one or more of the recipient fields use "javascript: new <class.function_from_step_1>". 3) Navigate to a record and compose an email from it which will trigger the Email Client Template. Expected behaviour: Recipient fields where javascript is used will be populated with the email addresses from Script Include function. Actual behaviour: Recipient fields where javascript is used to return the email addresses is blank.WorkaroundCreate the below System Property: Name: glide.ui.email_client.allow_invalid_email_address_as_recipient_after_user_resolutionType: true | falseValue: trueRelated Problem: PRB1881286