Search

You searched for the word(s): userid:658255

Matching Posts

  • Re: SMTP error Please help

    Hi all There were several problems. The main SMTP server on the machine could not be configured to talk to web applciations, and a second SMTP server program was available to do this, on another port (i.e. not port 25). HOWEVER, it turns out that DNN does not allow you to specify an SMTP server on a port except port 25. In other words, a setting like this will not have the desired effect: localhost:587 The port is ignored by the System.Web.Mail.SmtpMail class as used by DNN. I checked the source
    Posted to DotNetNuke (Forum) by mpskelton on 5/19/2006
  • Re: SMTP error Please help

    Thanks Lynn It looks like I am in the same situation as you. When this gets resolved, I'll post the fix here. M
    Posted to DotNetNuke (Forum) by mpskelton on 5/19/2006
  • Re: SMTP error Please help

    I am getting an almost identical error: InnerException : Could not access 'CDO.Message' object. Message : 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 (0x8004020F): The server rejected one or more recipient addresses. The server response was: 551 Bad Recipient --- End of inner exception stack trace --- The SMTP server
    Posted to DotNetNuke (Forum) by mpskelton on 5/18/2006
Page 1 of 1 (3 items)