Hi,

       I use the following xml entries in order to send email after the 
build completion:

 <publishers>

      <email from="[email protected]"
             mailhost="sendmtw.mycompany.com"
             mailport="25"
             includeDetails="TRUE">
        <users>
          <user name="BuildGuru"
                group="buildmaster"
                address="sample1@ mycompany .com"/>
          <user name="Developer"
                group="developers"
                address="[email protected]"/>
        </users>
        <groups>
          
        

        <group name="developers">
          <notifications>
            <notificationType>Always</notificationType>
          </notifications>
        </group>

          <group name="buildmaster">
            <notifications>
              <notificationType>Always</notificationType>
            </notifications>
          </group>

        </groups>
      </email>
    </publishers>

  </project>

The above entries gets a green signal from CCNET Validator.

But when the build is triggered, it gets stuck.

Can anybody let me know what the problem is.

Thanks,
Santhosh




Reply via email to