I want to make a simple form on my HTML page but I don't want to change the page from HTML to PHP, I just want to make a form on a page and have the details filled out on the form processed by a PHP file which would then send the details to my email.

I want to request Name, Email and Question with textboxes, how would I go about getting this information sent to my email without converting the HTML to PHP?