Need help or pointers on a mailhandler that i could use on my page
Contactform looks like this
Need help or pointers on a mailhandler that i could use on my page
Contactform looks like this
You tagged "Java". If really using java on the backend, take a look at commons-email
If not, the simplest way is to set <form action="mailto:youremail@email.com">
A little more customizable way can be found in this question.
But you'll always need an SMTP server. Be it yours, or the users'.