SmtpMail Error

  • Thread starter Thread starter Mark Sanders
  • Start date Start date
M

Mark Sanders

Configuration:
- ASP.NET web service running on a Windows 2000 server.
- Exchange server running on a Windows 2000 server.
- The web server and the exchange server are on different computers in the
network.

Problem:
Whenever I try to send an email, via my ASP.NET web service, using the
SmtpMail object I receive the following HttpException message: "Could not
access 'CDO.Message' object." Now, the interesting thing is that this will
only occur when I try to send an email to a domain address other than our
internal network domain. For example, (e-mail address removed) works. But,
(e-mail address removed) produces the above error.

Thank you in advance for any suggestions.
Mark Sanders
 
Back
Top