In the "OnFailure" tab, and opening "Send Email" dialog - the list in the Recipients will get emails if something fails.
But the project is so massive and huge that each assembly has 3-4 people "responsible" if the build fails. And the project has around 40 assemblies.
So, in the "Script Editor" I have multiple times the "mailTo" command to send to different addresses. However, only the last email gets the email and the others don't.
How can I define a list of email recipients for any given assembly in the Script Editor?
Keep up the good work!
Cheers!
[building .NET projects on FinalBuilder 6.3.0.2026]
I'm not sure whether this is what you need, but each line in the recipients address list can take only one address. If you need more, you need to put each on a separate line. If you are dynamically creating the list of addresses, you may find it easier to create a temp file with the addresses listed one per line, and use the Load From File option rather than the Specify one.
I've had success with using a String Add Breaks to convert a list of addresses (eg.: one@company.com, two@company.com, three@company.com) into a series of lines, and then a Create Text File action to put the converted list into a temporary text file which the Send Email command then uses.
If that's not what you are looking for, I hope someone else can provide a solution for you.
Liam Routt - Krome Studios