ASP form results email automation
by
clacy
·
about 17 years, 11 months ago
I have an asp form that gathers info from a user and posts to an Access database. This form is supposed to email form results when the submit button is clicked, but this is not working. Can anyone point me in the right direction? I have this statement in my form –
All Comments
-
-
Reply To: ASP form results email automation
by
amanabala
·
about 17 years, 11 months ago
In reply to ASP form results email automation
Hello,
You may want to check the ASP file “feedback.asp” for code to send the email. If you would like to, I can look at the code for you. Please let me know.
-Ravi
-
Reply To: ASP form results email automation
by
amanabala
·
about 17 years, 10 months ago
In reply to Reply To: ASP form results email automation
If it worked on NT, you probably used CDONTS as the other member pointed out. You will need to change it to CDO. Here is the object definition for CDO..
There are lots of sample code out there if you would like, I can email you the code I am using to send emails from my ASP pages..
-Ravi
-
Reply To: ASP form results email automation
by
clacy
·
about 17 years, 11 months ago
In reply to ASP form results email automation
Yes, the feedback.asp page seems to have the code it needs to do the job – it has worked in the past until we moved our webserver from NT to 2003. I’ve configured the FrontPage 2002 Server Extensions as best I know how for SMTP, but it still doesn’t work. Any suggestions from this point would be greatly appreciated.
-
Reply To: ASP form results email automation
by
ross.bale
·
about 17 years, 10 months ago
In reply to ASP form results email automation