here is the config entry
<email mailport="25" includeDetails="TRUE" useSSL="FALSE">
<from>[email protected]</from>
<mailhost>smtp-amg-am.hedani.net</mailhost>
<users>
<user name="ssingh46" group="buildmaster" address="" />
</users>
<groups>
<group name="developers">
<notifications>
<notificationType>Failed</notificationType>
<notificationType>Fixed</notificationType>
</notifications>
</group>
<group name="buildmaster">
<notifications>
<notificationType>Always</notificationType>
</notifications>
</group>
<group name="failure">
<notifications>
<notificationType>Failed</notificationType>
</notifications>
</group>
<group name="Modify">
<notifications>
<notificationType>Always</notificationType>
</notifications>
</group>
</groups>
<converters>
<ldapConverter domainName="GBLADHEADNI" />
</converters>
<modifierNotificationTypes>
<NotificationType>Failed</NotificationType>
<NotificationType>Fixed</NotificationType>
</modifierNotificationTypes>
<subjectSettings>
<subject buildResult="StillBroken"
value="Build is still broken for ${CCNetProject}" />
<subject buildResult="Broken"
value="${CCNetProject} broke at ${CCNetBuildDate} ${CCNetBuildTime } ,
last checkin(s) by ${CCNetFailureUsers}" />
<subject
buildResult="Exception" value="Serious problem for ${CCNetProject}, it
is now in Exception! Check status of network / sourcecontrol" />
</subjectSettings>
<xslFiles>
<file>xsl\header.xsl</file>
<file>xsl\compile-msbuild.xsl</file>
<file>xsl\modifications.xsl</file>
</xslFiles>
</email>
<xmllogger />
<statistics />
<modificationHistory onlyLogWhenChangesFound="true" />
</publishers>
On Sat, Mar 3, 2012 at 8:03 AM, Sunil Singh <[email protected]> wrote:
> Hi All,
> Can somebody share the working syntax for LDAP Usage.
>
> I am trying to use this feature to generate email address but so far
> no luck. However if i hardcode it does work.
>
> I want to send email to users (user id from VSTS) after each change.
>
> Sunil