0

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.

3
  • no, however in this case you can open default mail client on user machine. w3schools.com/html/tryit.asp?filename=tryhtml_form_mail Commented Dec 18, 2015 at 10:04
  • @virendrao do you still think the same way? Commented Mar 3, 2016 at 17:44
  • @virendrao please don't ignore me :) Commented Sep 29, 2020 at 14:04

1 Answer 1

3

A Step-by-Step Example of using an HTML Form to send a "Contact Us" Message via Email without a Backend Server using a Google Script - No PHP, Python, Ruby, Java, Node.js etc.

https://github.com/dwyl/html-form-send-email-via-google-script-without-server

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.