Hi Everyone, I'm getting a peculiar error in Cruise Control.NET (using 1.5.7256.1). The email publisher throws this error at the end of the build:
Publisher threw exception: ThoughtWorks.CruiseControl.Core.CruiseControlException: EmailPublisher exception: System.Net.Mail.SmtpException: The operation has timed out. at System.Net.Mail.SmtpClient.Send(MailMessage message) The odd thing though, is that if I setup a project that has the exact same email publisher but only builds one solution the email sends reliably every time. Likewise, if I cancel the build in the failing project very early, the email will send. What could be the cause of this? Is it possible for the emails to simply be too large? Is it possible to set timeout values for email publishers? Thank you for the help!
