Hi

If I understand you correctly you want the following :
° define no, (or almost 0) users in the users tag of the email publisher
° let CCnet construct the email adress via the modifications

if so : good news [?]  this is standard behaviour



    <email from="[email protected]"
          mailhost="XXXXXXX"
          includeDetails="TRUE">

         <users>
            <user name="TheBuildMaster" group="buildmaster" address="
[email protected]"  />
        </users>

        <groups>
            <group name="buildmaster" notification="Exception"/>
        </groups>

        <converters>
            <ldapConverter domainName="<yourDomainName>"  />
        </converters>

        <modifierNotificationTypes>
           <NotificationType>Failed</NotificationType>
           <NotificationType>Fixed</NotificationType>
        </modifierNotificationTypes>

    </email>


this will send a mail to all people who made a contribution to the build,
and only if the build failed or is fixed.
Buildmaster gets a mail on exception

if you want another group, the core group you mentioned, add it as a group,
and for the email adress,
specify a mailbox where the real email adresses are defined, ex.
[email protected]




with kind regards
Ruben Willems

On Wed, Jul 29, 2009 at 10:53 AM, JayFleming <
[email protected]> wrote:

>
> Pretty much...I was just wondering if the list of addresses to mail
> can *only* be built from the user tags, or if it could hook into the
> list of modifications and pull out the associated usernames per build
> before transforming them via <converters> into valid addresses.
>
> I realise it might be a bit much to ask but maintaining the list of
> individual users (40-50 and growing as other offices join the team)
> across a dozen or so projects doesn't sound like much fun...
>
> On Jul 28, 7:45 pm, PilotBob <[email protected]> wrote:
> > So, are you asking if the email publisher will work without listing
> > the users in the email tag?
> >
> > BOb
> >
>

<<330.gif>>

Reply via email to