Re: [Repost] What permissions needed to use CDO ?
From: Massimo (barone_at_mclink.it)
Date: 09/19/03
- Next message: Massimo: "Re: [Repost] What permissions needed to use CDO ?"
- Previous message: dmp: "VPN"
- In reply to: Steve Kushubar: "Re: [Repost] What permissions needed to use CDO ?"
- Next in thread: Kristofer Gafvert: "Re: [Repost] What permissions needed to use CDO ?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Fri, 19 Sep 2003 00:41:13 +0200
"Steve Kushubar" <skushubar@msn.com> ha scritto nel messaggio
news:uwcZcTifDHA.2352@TK2MSFTNGP12.phx.gbl...
> > Sorry for reposting, but I need urgent help on this topic.
> > I have an ASP page on a IIS 6 website, and I need to send e-mails using
> > CDO.
> > The website is running under a non-standard account (one different from
> > IUSR_SERVERNAME), and I keep getting an access denied when trying
> > to send messages. I need to know where should I look to give proper
> > permissions to that user.
> > The server is running Windows 2003 (standard edition), IIS 6 and
Exchange
> > 2003, configured as a front-end server.
>
> A little more information would be helpful. What command is causing
> the error? Can you post the code that is throwing the error?
We are using this code copied from a tutorial:
>Dim objMail
> set objMail = Server.CreateObject("CDO.Message")
> objMail.From = "you@yourhouse.com"
> objMail.Subject = "CDOSYS Mail Message"
> objMail.To = "them@theirhouse.com"
> objMail.TextBody = "Hello World"
> objMail.Send
On objMail.Send, an error 80070005 (access denied) occurs.
Massimo
- Next message: Massimo: "Re: [Repost] What permissions needed to use CDO ?"
- Previous message: dmp: "VPN"
- In reply to: Steve Kushubar: "Re: [Repost] What permissions needed to use CDO ?"
- Next in thread: Kristofer Gafvert: "Re: [Repost] What permissions needed to use CDO ?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|