Hi is the emailer in the tasks or in the publisher section?
with kind regards Ruben Willems On 12 September 2012 05:24, santhosh yalamuri <[email protected]> wrote: > When i try to force the build, it does not start execution,it does not > show any build progress information. Eventually i need to stop the build. > > If the email publisher part is commented out in ccnet.config file then it > works fine. > > Thanks, > Santhosh > > On Tuesday, 11 September 2012 16:17:58 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]" >> mailhost="sendmtw.mycompany.**com<http://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 >> >> >> >> >>
