Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_cdo thread: Using CDONTS.NewMail


Message #1 by "Sebastian Pittari" <mailing@3...> on Sat, 2 Sep 2000 21:13:16 -0300
Hi,



I am trying to execute this SIMPLE script:





<html>

<head>

<title>CDONTS TEST</title>

</head>

<body>

<% @ LANGUAGE="VBSCRIPT" %>

<!--#include file="cdovbs.inc"-->

<%Dim objNewMail

Set objNewMail = Server.CreateObject("CDONTS.NewMail")

objNewMail.From = "recipient@m..."

objNewMail.To = "Administrator@m..."

objNewMail.Body = "Test"

objNewMail.Send%>

</body>

</html>





And I get this message on my browser:



error '80070003' 



The system cannot find the path specified. 



/Tests/aspmail.asp, line 9





I have not installed SMTP From IIS4, I have MS-EXCH SRV 5.5 instead.



Any IDEA?



Thanks in Advance.





Sebs.

Message #2 by stephenb@w... on Wed, 6 Sep 2000 16:20:38 +0100
See the Microsoft note referring to this error message at

http://support.microsoft.com/support/kb/articles/Q235/6/81.ASP .



Moderator


  Return to Index