The content of this commit adjusts the email notification module so that when invalid email addresses are included among multiple recipients, it does not prevent all recipients from receiving emails. Instead, emails will continue to be delivered to the actual valid email addresses.
close #16527
Brief change log
Verify this pull request
This change added tests and can be verified as follows:
email alert to user whose email address is valid, and add other email address which is invalid ,when send email alert, the part of valid email address will receive the email alert message
Purpose of the pull request
The content of this commit adjusts the email notification module so that when invalid email addresses are included among multiple recipients, it does not prevent all recipients from receiving emails. Instead, emails will continue to be delivered to the actual valid email addresses.
close #16527
Brief change log
Verify this pull request
This change added tests and can be verified as follows:
email alert to user whose email address is valid, and add other email address which is invalid ,when send email alert, the part of valid email address will receive the email alert message