A
Andy
I have a web and database set up on our SQL server and
it's working fine. However, I'd like to add a new page
that sends form data to the database and to e-mail at the
same time. I'm using CDONTS in trying to accompish this.
The problem is I'm getting this error when submitting the
form:
Microsoft VBScript runtime error '800a0046'
Permission denied
/Production1.asp, line 108
The powers that be that control the SQL server say that
this is due to no e-mail being set up on that server. They
don't want to set it up either it sounds like because of
security concerns. They suggested that I use an external
server such as the company SMTP server for the e-mail
part.
Of course this presents a real challenge to me because how
do I route e-mail to an external server and submit to the
database at the same time? Is that even possible?
it's working fine. However, I'd like to add a new page
that sends form data to the database and to e-mail at the
same time. I'm using CDONTS in trying to accompish this.
The problem is I'm getting this error when submitting the
form:
Microsoft VBScript runtime error '800a0046'
Permission denied
/Production1.asp, line 108
The powers that be that control the SQL server say that
this is due to no e-mail being set up on that server. They
don't want to set it up either it sounds like because of
security concerns. They suggested that I use an external
server such as the company SMTP server for the e-mail
part.
Of course this presents a real challenge to me because how
do I route e-mail to an external server and submit to the
database at the same time? Is that even possible?