Error Code list for CDO Sysmail

  • Hello,

    I am looking for a list of error codes returned by sending email via CDO sysmail.

    For instance I run procedure :

    EXEC @RetCode = sp_OAMethod @obj, 'Send', NULL

    And sometime the send will fail, I need to know what the error code means.

    Error Code -2147023782 is one I am interested in.

    Thanks for any assistance.

    Paul

  • Paul, good luck on this one. In my experience, you will have to go much deeper. A good place to start is here

    http://www.systemwebmail.com/

    Email error codes are defined by the RFCs and that's really what you want. Because of the layers involved the SQL error code is going to be too generic and you'll need see if you can get to the real reason CDO failed.

    Good Luck and let me know if this helped.


    Doug

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply