Forum Moderators: open

Message Too Old, No Replies

Permission denied error when trying to send e-mail with CDONTS

Permission denied error when trying to send e-mail with CDONTS

         

heatheshb

9:22 am on May 14, 2003 (gmt 0)

10+ Year Member



Hi everyone,

I have recently reinstalled our IIS server, but unfortunately all our pages that use CDONTS to send e-mail are no longer working.

The permission denied error we get always points at the line where we use the .send command. Is there something I haven't setup properly. Out Microsoft SMTP service is running.

Any and all help will be appreciated... thanks...

sullen

9:31 am on May 14, 2003 (gmt 0)

10+ Year Member



CDONTS works by simply placing a file in your mail queue folder (inetpub/mailroot/queue)

I would guess that for some reason the IUSR account doesn't have write permission to this folder, or possibly that the settings in SMTP server don't allow anyone to send mail (over-zealous security?)

heatheshb

7:19 am on May 15, 2003 (gmt 0)

10+ Year Member



Thanks a million, worked perfectly... ;-)