1

Need help or pointers on a mailhandler that i could use on my page

Contactform looks like this

http://pastebin.com/0wYNm3wa

1 Answers1

0

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'.

Community
  • 1
  • 1
Bozho
  • 588,226
  • 146
  • 1,060
  • 1,140