Hi I want to send out a mail to a user using the email publisher on all failed and fixed builds to certain people. So i have tried adding multiple notifications in the group section in the email publisher using this
<groups> <group name = "admins" notification="Fixed, Failed"/> </groups> However, this seems to get converted to <groups> <group name = "admins"> <name>admins</admins> <notification>6</notification> </group> </groups> when i try to view the configuration for a project through webdashboard or using the new validator program So far, the only method i have found of doing this is to create 2 groups, one with notification for fixed and one for failed. For each email address that i want these notifications going to I then have to create 2 users in the users section with different names, but the same email address. Is there another method that I am missing to do what i am trying to do. Thanks Anthony
