Sending Email From a Web Application
L.S.
Vistors of my Web Application can apply for a username and password, which enables them to access their data in a database. To do so they have to fill in a form, which I would like to sent to my e-mail address when the user click the submit button.
I browsed the forum and read the following tutorial: http://developers.sun.com/jscreator/learning/tutorials/2/email.html, but I didn't find a solution of my problem, the latter didn't work because my mailserver requires authentication and because I hadn't got a clue of what to provide as from Address, the mail is generated from a jsp...
Thanks,
Kind Regards,
Annet.

