Here is what my log says about the previous issue I posted:
2009-11-14 14:24:34,509 INFO mojoPortal.Web.WebTaskManager - deserialized WebTaskManager task
2009-11-14 14:24:34,712 INFO mojoPortal.Web.WebTaskManager - Queued WebTaskManager on a new thread
2009-11-14 14:24:35,447 INFO mojoPortal.Web.LetterSendTask - deserialized LetterSendTask task
2009-11-14 14:24:35,525 INFO mojoPortal.Web.LetterSendTask - Queued LetterSendTask on a new thread
2009-11-14 14:24:46,290 ERROR mojoPortal.Net.Email - error sending email to tfheringer@gmail.com from tfheringer@gmail.com, message was:
We have been having issues with the newsletter. If you receive this let me know.
unsubscribe
System.Net.Mail.SmtpException: Failure sending mail. ---> System.NullReferenceException: Object reference not set to an instance of an object.
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 mojoPortal.Net.Email.SendEmailNormal(SmtpSettings smtpSettings, String from, String replyTo, String to, String cc, String bcc, String subject, String messageBody, Boolean html, String priority, String[] attachmentPaths, String[] attachmentNames)
2009-11-14 14:24:46,806 ERROR mojoPortal.Net.Email - error sending email to david@christianasp.net from tfheringer@gmail.com, message was:
We have been having issues with the newsletter. If you receive this let me know.
unsubscribe
System.Net.Mail.SmtpException: Failure sending mail. ---> System.NullReferenceException: Object reference not set to an instance of an object.
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 mojoPortal.Net.Email.SendEmailNormal(SmtpSettings smtpSettings, String from, String replyTo, String to, String cc, String bcc, String subject, String messageBody, Boolean html, String priority, String[] attachmentPaths, String[] attachmentNames)
2009-11-14 14:24:47,587 INFO mojoPortal.Web.LetterSendTask - started LetterSendTask task
2009-11-14 14:24:51,025 INFO mojoPortal.Web.WebTaskManager - started WebTaskManager task