ASP.NET, Problem with CDO.Message Object

  • Thread starter Thread starter amit
  • Start date Start date
A

amit

hi,

while making a code for sending mails

when I do SmtpMail.send, it gives an error " Could not access CDO.Message
Object"

This only happens when I try and communicate with outside domain, i.e if i
specify the Yahoo id or hotmail id etc in the list,

I have specified the name of our exchange server as the SMTPserver name ,
and if within these addresses I send a mail, In this case it woks fine

what could be the the problem.

I have been using ASPEmail in the past to solve this problem,
but is there a solution here.

thanks in advance
amit purohit
 
unfortunately "Could not access CDO.Message Object" is a generic error. you
need to follow the stack trace to find the actual error (usually a
permission problem)

-- bruce (sqlwork.com)
 
Back
Top