SMTP MAIL PROBLEM?

  • Thread starter Thread starter k-re
  • Start date Start date
K

k-re

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
 
I 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 .
 
Back
Top