We get an incorrect “Email format is not valid” validation when sending a report to multiple recipients. We are using the wrapper/HTML5 Angular Report Viewer
Steps to Reproduce
- Open any report in the Telerik Report Viewer.
- Click Send Email.
In the To field, enter multiple valid email addresses, for example:
or
- Click Send.
Actual Result
- The validation message "Email format is not valid." is displayed beneath the To field.
- Despite the validation error, the email is sent successfully to all recipients.
Expected Result
- Multiple valid email addresses should be accepted without displaying a validation error.
- Since the email is successfully delivered, no validation message should be shown.