Hi, It is working. Modified code below.
<email from="[email protected]" mailhost="smtp.servername.com" includeDetails="true" mailhostUsername="[email protected]" mailhostPassword="yourpassword" useSSL="false"> Thanks for your reply. Thank you, Raja S On Mar 18, 6:33 pm, Ruben Willems <[email protected]> wrote: > Hi > > do you see any errors in the log, or the event log ? > > with kind regards > Ruben Willems > > On Wed, Mar 18, 2009 at 1:37 PM, Raja <[email protected]> wrote: > > > 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
