Hi Santhosh, could you please provide the build email notification script in CCNET.config file for .net project.
it would be helpful for my builds. Regards Suresh On Tuesday, September 11, 2012 at 4:17:58 PM UTC+5:30, santhosh yalamuri wrote: > Hi, > > I use the following xml entries in order to send email after the > build completion: > > <publishers> > > <email from="[email protected] <javascript:>" > 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] <javascript:>"/> > </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 > > > > > -- --- You received this message because you are subscribed to the Google Groups "ccnet-user" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
