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: <html dir="ltr">
<head>
<title></title>
<style type="text/css"></style><style type="text/css"></style> <style type="text/css"></style><style type="text/css"></style> <style type="text/css"></style><style type="text/css"></style> <style type="text/css"></style><style type="text/css"></style>
</head>
<body>
<p> We have been having issues with the newsletter. If you receive this let me know.</p>
<p><a href='http://www.the-heringer-family.com/eletter/Unsubscribe.aspx?u=1f3a481c-ef44-4130-96d4-c2ccdd9646e7&l=72ee6100-13d5-499b-a632-f1ed0d5b7857'>unsubscribe</a></p>
</body>
</html>
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: <html dir="ltr">
<head>
<title></title>
<style type="text/css"></style><style type="text/css"></style> <style type="text/css"></style><style type="text/css"></style> <style type="text/css"></style><style type="text/css"></style> <style type="text/css"></style><style type="text/css"></style>
</head>
<body>
<p> We have been having issues with the newsletter. If you receive this let me know.</p>
<p><a href='http://www.the-heringer-family.com/eletter/Unsubscribe.aspx?u=a5fa4a93-550d-438a-999f-ed4e523d1907&l=72ee6100-13d5-499b-a632-f1ed0d5b7857'>unsubscribe</a></p>
</body>
</html>
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