James -
If you are using ASP, you could use ASPEmail from Persits
(http://www.persits.com/). I use that with our website for everything
email-related and it works very nicely.
Cheers -
George L Smyth, Webmaster
U.S. Naval Academy Alumni Association
-----Original Message-----
From: James Savage [mailto:js@j...]
Sent: Friday, September 14, 2001 6:36 AM
To: javascript
Subject: [javascript] emailing a message after a form has been filled
in
I am fairly new to javascript (just finished reading Beginning JavaScript)
and was wondering how I could do the following with server side JavaScript.
When a user has filled in a form I want to be able to send them a
confirmation email saying thankyou etc (The server is a unix I think) and
I want to send myself an email with the details on.
I also want to use the info to update a database using asp but I think I
can manage that Ok.
Any advise would be great
Many Thanks
James