I am working on a website and would like for my users to be able to give feedback as easily as possible. I know one way but I\'ve always hated it:
The most reliable way would be to send the email with the help of some server side processing.
You can also do it using an HTML form with the help of the action attribute:
...
But this method may not be reliable for all browsers.