ASP Form to Mail Error

ASP Form to Mail Error

am 05.02.2007 21:37:14 von Danny Costa

I really need some help with this one please,

I have an ASP script that collects information from a form on my site and
sends it as an email. The ASP script is calling CDONTS.DLL which is
registered on a win2k3 server with Exchange server running.

When submitting the form there is an error when it comes to the 'mail.send'
part of the script. I have given all the necessary folders the correct
permissions as per microsoft however I still get the same errors.

I believe it is something to do with permissions because if I disallow
anonymous access to the site and access it through the local network as a
logged in user the script works fine.

Can any point me in the right direction?

Thanks

David

Re: ASP Form to Mail Error

am 05.02.2007 21:53:45 von Dave Anderson

David Hodgson wrote:
> I really need some help with this one please,
>
> I have an ASP script that collects information from a form on my site
> and sends it as an email. The ASP script is calling CDONTS.DLL which
> is registered on a win2k3 server with Exchange server running.
>
> When submitting the form there is an error when it comes to the
> 'mail.send' part of the script. I have given all the necessary
> folders the correct permissions as per microsoft however I still get
> the same errors.
> I believe it is something to do with permissions because if I disallow
> anonymous access to the site and access it through the local network
> as a logged in user the script works fine.
>
> Can any point me in the right direction?

http://www.aspfaq.com/show.asp?id=2026


--
Dave Anderson

Unsolicited commercial email will be read at a cost of $500 per message. Use
of this email address implies consent to these terms.

Re: ASP Form to Mail Error

am 05.02.2007 23:21:39 von Danny Costa

Thanks Dave,

I had a horrible feeling that I would have to re-write the script using a
more up to date method.

Just never bothered trying to understand how the script worked but I have
spent the last 1hr re-writing one of my scripts and everything is working
fine now.

Once again thanks.


"Dave Anderson" wrote in message
news:u2ZQ7eWSHHA.496@TK2MSFTNGP06.phx.gbl...
> David Hodgson wrote:
>> I really need some help with this one please,
>>
>> I have an ASP script that collects information from a form on my site
>> and sends it as an email. The ASP script is calling CDONTS.DLL which
>> is registered on a win2k3 server with Exchange server running.
>>
>> When submitting the form there is an error when it comes to the
>> 'mail.send' part of the script. I have given all the necessary
>> folders the correct permissions as per microsoft however I still get
>> the same errors.
>> I believe it is something to do with permissions because if I disallow
>> anonymous access to the site and access it through the local network
>> as a logged in user the script works fine.
>>
>> Can any point me in the right direction?
>
> http://www.aspfaq.com/show.asp?id=2026
>
>
> --
> Dave Anderson
>
> Unsolicited commercial email will be read at a cost of $500 per message.
> Use of this email address implies consent to these terms.
>