TMG
Posts: 1
|
| Posted: 05/16/2007, 9:11 AM |
|
I am looking for the how to / code to send a simple e-mail notice when a form is submitted. Unlike the examples I have found it will always be to the same address.
|
 |
 |
ttflyer
Posts: 11
|
| Posted: 05/18/2007, 7:47 AM |
|
You don't mention which email component you are trying to use. We use Persits ASPEmail. Easy and free to use for the basic stuff.
If you just want to 'hard code' all the server settings and addresses into the email as a confirmation then you can follow the very well documented directions at: http://www.aspemail.com/manual_02.html
Just place the code as 'custom code' inside a convenient CodeCharge Event. Maybe AfterInsert on your form or on the before show of a a confirmation page?
|
 |
 |
|