Upgraded Fogbugz from version 6 to version 7 couple days ago. The installation seemed to go fine, everything appears to be working except for outgoing email. Those are not getting sent, I am getting long list of errors, " An error occurred while sending mail. " I ran through the diagnostics checks, and the Mail Server Test fails w/ this error:
Couldn't construct the mail message. Error: System.Net.Mail.SmtpException: Failure sending mail. ---> System.NullReferenceException: Object reference not set to an instance of an object. at System.Net.Mail.AuthCommand.Send(SmtpConnection conn, String message) at System.Net.Mail.SmtpConnection.GetConnection(String host, Int32 port) at System.Net.Mail.SmtpTransport.GetConnection(String host, Int32 port) at System.Net.Mail.SmtpClient.GetConnection() at System.Net.Mail.SmtpClient.Send(MailMessage message) --- End of inner exception stack trace --- at System.Net.Mail.SmtpClient.Send(MailMessage message) at FogCreek.FogBugz.__Global.RawTestMail() in c:\src\FogBugz\distribution\src-Website\diagnostics.was:line 669
I went through all the suggestions in this article: http://fogbugz.stackexchange.com/questions/443/email-sending-notification-problems but that all seems fine, but still can't send email. Any known issues w/ upgrading that causes outgoing email to break?