Hello, Is there an easy way to aet up an autoresponse email when someone submits a form? What is the best way? ASP?
Kris
jatar_k
10:08 pm on Jan 22, 2003 (gmt 0)
I don't know that there is a best way. You can do it in any scripting language.
Do you just want an email sent to the user with what they filled in?
What language is your form processing script using right now?
kris
10:13 pm on Jan 22, 2003 (gmt 0)
Right now it is just a Front Page Extension form but I plan on changing it to ASP.
I want to send an email to the person who filled out the form saying "Thanks, we will get back to you shortly...."
korkus2000
11:47 pm on Jan 22, 2003 (gmt 0)
You can either use CDONTs [asp101.com] or ASPemail [aspemail.com] or a lot of other email components. Find out what your server has. Both CDONTS and ASPemail are free so it will probably be one of those.