So, I'm working right now on my personal website and I already have a (contact us) form which is built with three fields name (text), email (email) and the message (textarea).
Now, I want to send that data (of the message field) to my personal email address by using JavaScript and I have no idea about how to do that.