Unplanned
Last Updated: 23 Jul 2026 08:33 by Pragati
Pragati
Created on: 23 Jul 2026 08:33
Category: Reporting
Type: Bug Report
0
Incorrect "Email format is not valid" Validation When Sending Report to Multiple Recipients

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

  1. Open any report in the Telerik Report Viewer.
  2. Click Send Email.
  3. In the To field, enter multiple valid email addresses, for example:

    user1@example.com,user2@example.com

    or

    user1@example.com;user2@example.com
  4. 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.
0 comments