I am creating a website and I am still a novice in Backend. So I am making my site using HTML and CSS only. I was making a contact section with a form using input boxes and was wondering if there was a way that when a user enters details and submit the form, the content gets sent to my mail without the use of Javascript or any other backend?
I thought of using mailto, but I am unsure how that would work. If there is any other way, do let me know. Thank you