Monday, March 26, 2012

SMTP MAIL PROBLEM?

Hi all I am trying to send email on ASP.NET using smtp mail...but I am
getting error... Could not access 'CDO.Message' object.

I use the same code while I was developing application in VB.NET and seems
to work fine.

Would any one please help?

Thanks,
KBI got this error when the SMTP server was not accepting relays ...
So, I configured the SMTP server to accept relay from the IP address of the
web server and it worked .

"k-re" <chyasal@.hotmail.com> wrote in message
news:Om1B1ExSDHA.3132@.tk2msftngp13.phx.gbl...
> Hi all I am trying to send email on ASP.NET using smtp mail...but I am
> getting error... Could not access 'CDO.Message' object.
> I use the same code while I was developing application in VB.NET and seems
> to work fine.
> Would any one please help?
> Thanks,
> KB
This is the generic System.Web.Mail exception. You may want to check
the inner exception message.

hth,
Dave
www.aspNetEmail.com

"k-re" <chyasal@.hotmail.com> wrote in message news:<Om1B1ExSDHA.3132@.tk2msftngp13.phx.gbl>...
> Hi all I am trying to send email on ASP.NET using smtp mail...but I am
> getting error... Could not access 'CDO.Message' object.
> I use the same code while I was developing application in VB.NET and seems
> to work fine.
> Would any one please help?
> Thanks,
> KB

0 comments:

Post a Comment