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.

[661 byte] By [JagXa] at [2007-11-27 4:59:06]
# 1

Hi,

I do similar functions in registration which involves filling up a form. Button click action writes data to an external .txt file in server which is encrypted. I use C-engine for encrypt and decrypt functions. You may try it if nothing works. But presently I hope the following thread may help:

http://forum.java.sun.com/thread.jspa?forumID=881&threadID=5100342

regards

dr.am.mohan rao

Madana at 2007-7-12 10:15:17 > top of Java-index,Development Tools,Java Tools...