|
 |
asp_cdo thread: Plese Help-ME
Message #1 by "Sergio Davi" <davi@c...> on Fri, 16 Jun 2000 18:11:39 -0300
|
|
I'm creating Mail Page Sender, but when start happen the following errors:
error '80070003'
The system cannot find the path specified.
/sample/mail/CDONTSMail.asp, line 41
Line 41 is this: myCDONTSMail.Send
strFrom,strTo,strSubject,strBody,lngImportance
Please if someone can help-me.
thanks.
Sergio Davi Bezerra
davi@c...
Message #2 by "werner teunissen" <werner@t...> on Sat, 17 Jun 2000 11:35:49 +0200
|
|
Sergio,
Are you running Exchange Server on the machine you're running the script on?
because if you are, then i think that you did not install the smtp service
from the option pack, so there is no path to the " mail directory", to solve
this you have to install the microsoft smtp service, then, during the
installation process, you will be asked where your mailroot is (or where you
want it to be created), at this point, set the mailroot to the imcdata
directory of your exchange server (this usually is :
%drive%\Exchsrvr\imcdata then click ok, the installation will continue,
when the installation is completed goto the service managment (control panel
/services) and lookup the microsoft smtp service, in the startup options
choose for disable, stop the service, and ready you are..
good luck
werner
----- Original Message -----
From: "Sergio Davi"
To: "ASP CDO" <asp_cdo@p...>
Sent: June 16, 2000 11:11 PM
Subject: [asp_cdo] Plese Help-ME
> I'm creating Mail Page Sender, but when start happen the following errors:
>
> error '80070003'
> The system cannot find the path specified.
>
> /sample/mail/CDONTSMail.asp, line 41
>
> Line 41 is this: myCDONTSMail.Send
> strFrom,strTo,strSubject,strBody,lngImportance
>
>
> Please if someone can help-me.
>
> thanks.
>
> Sergio Davi Bezerra
> davi@c...
>
>
>
|
|
 |