Title: MailLogger stopped working...

Ok,

 

FYI: I found the problem. IT pushed an upgrade the McAfee Enterprise which was blocking port 25. I added nant.exe to the exceptions list and viola, back in business.

 

BOb

 

 


From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bob Archer
Sent: Wednesday, January 25, 2006 11:59 AM
To: nant-users@lists.sourceforge.net
Subject: [NAnt-users] MailLogger stopped working...

 

I was happily running builds on an XP Pro machine. Recently the emails stopped being sent.

I am getting the following error. I assume a Windows update broke something. Anyone have any ideas?

Here is the error message I am getting.

MailLogger failed to send e-mail!

System.Web.HttpException: Could not access 'CDO.Message' object. ---> System.Ref

lection.TargetInvocationException: Exception has been thrown by the target of an

 invocation. ---> System.Runtime.InteropServices.COMException (0x80040213): The

transport failed to connect to the server.

   --- 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, Bind

er binder, Object target, Object[] args, ParameterModifier[] modifiers, CultureI

nfo culture, String[] namedParameters)

   at System.Web.Mail.LateBoundAccessHelper.CallMethod(Object obj, String method

Name, Object[] args)

   --- End of inner exception stack trace ---

   at System.Web.Mail.LateBoundAccessHelper.CallMethod(Object obj, String method

Name, Object[] args)

   at System.Web.Mail.CdoSysHelper.Send(MailMessage message)

   at System.Web.Mail.CdoSysHelper.Send(String from, String to, String subject,

String messageText)

   at System.Web.Mail.SmtpMail.Send(String from, String to, String subject, Stri

ng messageText)

   at NAnt.Core.MailLogger.BuildFinished(Object sender, BuildEventArgs e)

Thanks,

BOb

Reply via email to