Maybe this isn't CC.Net's problem, but it's a little weird. I setup an
email publisher using my personal gmail account as a quick and dirty
test. Worked great. Tried changing to my institution's email server
(mostly the same, just port 465 instead and obviously new
credentials). Now I get a timeout
[project foobar :ERROR] 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)
My configuration has
<email from="..." mailhost="..." mailport="465" includeDetails="TRUE"
mailhostUsername="..." mailhostPassword="..."
useSSL="true">
I can reach that server on port 465 via telnet. I setup Outlook
Express using that account and sent mail successfully.
Any ideas?