I have a simple page with a feedback form. The page should send email to me after submitting the form. I don't want to use any backend technology.
Is it possible to send email from the my own HTML page using the google API?
Or, for example, using the forms API, just submit the values from my own form.