Re: Problem when sending emails with asp.netChristoph,
I've already visited this website and tried many of its solutions but none
of them helped me. Indeed, it's a very nice website and I recommand it to
many people who need information about mail class using ASP.Net.
I have tried to uninstall dot net framework and reinstall it, even to repair
possible mappings with IIS but none of these solution helped me. I'm going
crazy with this stuff...
William
"Christoph Schittko [MVP]" <> wrote in message
news:...
William,
Have you looked at the System.Web.Mail FAQ at
http://www.systemwebmail.com?
It discusses number of scenarios that would cause that error message [0].
HTH,
Christoph Schittko
MVP XML
http://weblogs.asp.net/cschittko
[0]
http://www.systemwebmail.com/faq/4.2.3.aspx
> -----Original Message-----
> From: William [private.php?do=newpm&u=]
> Posted At: Thursday, September 23, 2004 10:37 AM
> Posted To: microsoft.public.dotnet.framework.aspnet.webservic es
> Conversation: Problem when sending emails with asp.net
> Subject: Problem when sending emails with asp.net
>
> Hello all,
>
> I'm actually having some troubles when sending mails with a basic asp.net
> application, using System.web.mail class.
> My test machine is correctly configured, and the SMTPMAIL.SMTPSERVER is
> set
> to the DNS Name of our internal Exchange server.
> The problem is in production: if I change the name of the Exchange server
> by
> the one of our customer, I'm having this error message:
>
> Could not access 'CDO.Message' object.
>
> My SMTP server is in the Trust Zone and the web server is in the DMZ, I
> can
> access the SMTP server via Telnet, and everything is working well, the
> relaying is correctly configured. I've tried to remove the
> SMTPMAIL.SMTPSERVER argument or to change it to localhost, or the IP
> address but all failed.
>
> Could somebody help me?
>
> You can send me answers or tips at: magicwil (at) hotmail dot com
>
> Thanks for the help