|
 |
asp_cdo thread: RE: Permission problem with send of newmail
Message #1 by "Siegfried Weber" <sweber@c...> on Sat, 2 Mar 2002 16:06:35 +0100
|
|
Check:
XIMS: Minimum NTFS Permissions Required to Use CDONTS:
http://support.microsoft.com/default.aspx?scid=3Dkb;EN-US;q260985
PRB: Errors When Sending Mail with CDONTS:
http://support.microsoft.com/default.aspx?scid=3Dkb;EN-US;q214667
PRB: Permission Denied While Using CDONTS to Send Mail with Exch:
http://support.microsoft.com/default.aspx?scid=3Dkb;EN-US;q228465
PRB: CDONTS: Error 8007003 "Path not found error":
http://support.microsoft.com/default.aspx?scid=3Dkb;EN-US;q238956
<Siegfried />
> -----Original Message-----
> From: cwesterh@w... [mailto:cwesterh@w...]
> Sent: Thursday, February 28, 2002 5:16 PM
> To: ASP CDO
> Subject: [asp_cdo] Permission problem with send of newmail
>
> We use the following code:
>
> <%
> Dim Mail2Send
>
> Set Mail2Send =3D CreateObject("CDONTS.NewMail")
> Mail2Send.From =3D "test@t..."
> Mail2Send.To =3D "info@c..."
> Mail2Send.Subject =3D "A test"
> Mail2Send.Body =3D "Some text"
> Mail2Send.Send
> set Mail2Send =3D Nothing
> %>
>
> When the send is executed we get:
>
> Microsoft VBScript runtime error '800a0046'
>
> Permission denied
>
>
> But the system manager does not know where to change the permissions.
Can
> anybody help?
>
> Thanks in advance,
>
>
>
> Cecil.
>
$subst('Email.Unsub').
Message #2 by Cecil Westerhoff <cwesterh@w...> on Sun, 3 Mar 2002 00:12:12 +0100
|
|
Op zaterdag 2 maart 2002 16:06, schreef u:
> Check:
>
> XIMS: Minimum NTFS Permissions Required to Use CDONTS:
> http://support.microsoft.com/default.aspx?scid=kb;EN-US;q260985
>
> PRB: Errors When Sending Mail with CDONTS:
> http://support.microsoft.com/default.aspx?scid=kb;EN-US;q214667
>
> PRB: Permission Denied While Using CDONTS to Send Mail with Exch:
> http://support.microsoft.com/default.aspx?scid=kb;EN-US;q228465
>
> PRB: CDONTS: Error 8007003 "Path not found error":
> http://support.microsoft.com/default.aspx?scid=kb;EN-US;q238956
Thanks,
Cecil.
|
|
 |