apache / dolphinscheduler

Apache DolphinScheduler is the modern data orchestration platform. Agile to create high performance workflow with low-code
https://dolphinscheduler.apache.org/
Apache License 2.0
12.88k stars 4.63k forks source link

[Improvement-16527][alert] Add retry send email validAddresses when abnormal addresses in the email receiving list #16529

Open nelsontech opened 2 months ago

nelsontech commented 2 months ago

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