im currently working on a website and want to have a contact form which sends me the e-mail with the question. I found some tutorials but they aren't very clear. Anybody knows how to deal with this?
Thanks in advance
im currently working on a website and want to have a contact form which sends me the e-mail with the question. I found some tutorials but they aren't very clear. Anybody knows how to deal with this?
Thanks in advance
see this question for example: doGet and doPost in Servlets
For the service, to send the mail, check out java-mail, see this tutorial for example
=> community wiki