-
-
Notifications
You must be signed in to change notification settings - Fork 113
Open
Description
I have a set of tests for which I need to inform specific persons:
- if test A1, A2 or A3 fails, an e-mail should be sent to person A
- if test B1, B2 fails, an e-mail should be sent to person B
- etc.
What would be a good approach to let the build decide what recipients to send the e-mail to? Perhaps an environment variable can be set which is then added to the mailer configuration of the project?
Originally reported by kpop, imported from: Selective e-mail recipients determined during build
- assignee:
alecharp
- status: Open
- priority: Minor
- component(s): mailer-plugin
- resolution: Unresolved
- votes: 0
- watchers: 1
- imported: 20251211-223321
Raw content of original issue
I have a set of tests for which I need to inform specific persons:
- if test A1, A2 or A3 fails, an e-mail should be sent to person A
- if test B1, B2 fails, an e-mail should be sent to person B
- etc.
What would be a good approach to let the build decide what recipients to send the e-mail to? Perhaps an environment variable can be set which is then added to the mailer configuration of the project?