Form to submit to Database AND send an Email

  • Thread starter Thread starter Mr B
  • Start date Start date
M

Mr B

Howdy,

I currently have a form that sends an email when it is filled out. However we movd our site to a
Windows/ASP host so I want to have the form put the contents into a database instead. BUT, I also
need to have it send an email so the person knows that there is new inforation in the database. I'm
told our server uses ASPMail but I don't have any idea what that is or how it works.

THe email that gets sent doesn't have to even include any data from the form, but could just say
"New information has been entered" or something like that so we can then go look at the database.

Cold anyone tell me if there's a way to do this in FP or give an ASP code snipet and let me know
how/where to use it to accomplish this?

Thanks!!
 
Look at http://support.microsoft.com/default.aspx?scid=kb;en-us;275251
or http://support.microsoft.com/default.aspx?scid=kb;en-us;288328

--



| Howdy,
|
| I currently have a form that sends an email when it is filled out. However we movd our site to a
| Windows/ASP host so I want to have the form put the contents into a database instead. BUT, I also
| need to have it send an email so the person knows that there is new inforation in the database. I'm
| told our server uses ASPMail but I don't have any idea what that is or how it works.
|
| THe email that gets sent doesn't have to even include any data from the form, but could just say
| "New information has been entered" or something like that so we can then go look at the database.
|
| Cold anyone tell me if there's a way to do this in FP or give an ASP code snipet and let me know
| how/where to use it to accomplish this?
|
| Thanks!!
 
Back
Top