-
Notifications
You must be signed in to change notification settings - Fork 653
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(email): fix email parser to not fail on multiple addresses (#545)
If a pipeline specified two email addressed in the notification that email notifcation will not be sent. This change moves the email address splitting/parsing logic to the least common denominator - the `send` function since it can be called either by handling an email event directly or indirectly via pipeline/stage events Also, adding ability to split on semicolons in email addresses
- Loading branch information
1 parent
87d4c46
commit 1f23754
Showing
2 changed files
with
17 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters