Hi
I have configured CruiseControl.NET to automatically send email once
build completes. But I am not receiving any email in my inbox. There
are no exceptions in the CruiseControl.NET build window. Please let me
know if I am missing something.
The following is the publishers section in my ccnet.config file.
<publishers>
<merge>
<files>
<file>C:\Log\ccnet.exe-results.xml</file>
</files>
</merge>
<xmllogger/>
<email from="[email protected]" mailhost="localhost"
includeDetails="TRUE">
<users>
<user name="Satya" group="developers"
address="[email protected]"/>
<user name="Raja" group="buildmaster"
address="[email protected]"/>
</users>
<groups>
<group name="developers" notification="always"/>
<group name="buildmaster" notification="always"/>
</groups>
</email>
</publishers>
Thank you
Raja S