I have been researching for that problem for many hours, and didn't find anything.
So, I have a static html page and button inside it, like that:
<body>
<button id="0">SEND EMAIL TO my@email.com</button>
</body>
And if I press this button, message "Hello" will be sent to my@email.com
from my2@email.com
Is it possible to do that thing using only html or javascript or jquery (because i know only that languages)?