Posting Form data to text database and email

J

Joe Ruggieri

I have a text database that I need to store form info to
and also send this in an email. I have created a
schema.ini file representing the text database field
definitions I have set up the form properties to send to
the email address and post results to the text database.
I have set up a Confirmation page. I have set up SMTP
email settings on the IIS 5.01 server. I have even had
this working. It now will not post to the database or
send the email or go to the confirmation page. However
it does work when sending to a .mdb database. But I need
a solution to send an email out and save to a text
database. Any idea why this may have stopped working?
 
Top