I currently have a website with an input and a button on it. When the button is clicked, I want to have the input sent to me through email.
How can I send an email through HTML. I have seen other examples with using href mailto to send emails but what I want is not a link but when the code is run, send an email to myself.
Another option is through JavaScript