Just testing some features of the dasBlog CE upgrade.  Email notification of comments seems to be broken.  Testing if trackback email works before I submit a bug.

Still though, this is rather minor compared to the vast improvements the new version has.

UPDATE:  Here’s the error message being logged:

 Error:
System.Web.HttpException: Could not access 'CDO.Message' object. ---> System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.Runtime.InteropServices.COMException (0x80040211): The message could not be sent to the SMTP server. The transport error code was 0x800ccc6f. The server response was 554 5.7.1 Message cannot be accepted, content filter rejection RFC822

--- End of inner exception stack trace ---
at System.RuntimeType.InvokeDispMethod(String name, BindingFlags invokeAttr, Object target, Object[] args, Boolean[] byrefModifiers, Int32 culture, String[] namedParameters)
at System.RuntimeType.InvokeMember(String name, BindingFlags invokeAttr, Binder binder, Object target, Object[] args, ParameterModifier[] modifiers, CultureInfo culture, String[] namedParameters)
at System.Web.Mail.LateBoundAccessHelper.CallMethod(Object obj, String methodName, Object[] args)
--- End of inner exception stack trace ---
at System.Web.Mail.LateBoundAccessHelper.CallMethod(Object obj, String methodName, Object[] args)
at System.Web.Mail.CdoSysHelper.Send(MailMessage message)
at System.Web.Mail.SmtpMail.Send(MailMessage message)
at newtelligence.DasBlog.Runtime.BlogDataServiceXml.InternalSendMail(SendMailInfo info)
while processing InternalSendMail.

So, it seems like maybe my smtp server is kicking it.  However the test message that you can send from the dasBlog config page works fine and isn’t kicked by the smtp server.  I may have to look at the code and see what’s different.  Any ideas?