# dwyl/learn-to-send-email-via-google-script-html-no-server

:email: An Example of using an HTML form (e.g: "Contact Us" on a website) to send Email without a Backend Server (using a Google Script) perfect for static websites that need to collect data.

Repository: https://github.com/dwyl/learn-to-send-email-via-google-script-html-no-server
Canonical: https://ross.abutalabs.com/products/learn-to-send-email-via-google-script-html-no-server
Language: HTML
License: GPL-2.0
License Family: copyleft
Topics: email, html-form, google-spreadsheet, no-server, ajax, tutorial, howto, static-site, example, form
Last push: 2024-08-04T15:19:00+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 3973, "days_push": 759, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 3210, forks 901 (observed 2026-08-28T04:07:49.334605+00:00)

## What it is
A step-by-step tutorial showing how to send email from a static HTML form (e.g. a 'Contact Us' page) using Google Apps Script, with no backend server required. Form submissions are also stored in a Google Spreadsheet for easy viewing.

## Use cases
- add a contact form to a static website without a backend
- send email from an html form with no server
- collect form submissions in a google spreadsheet
- build a contact us page for a static site
- handle form submissions without php or node
- store website form data for non-technical users

## When to choose
- you host a static site and need a contact or data-collection form
- you want zero backend to deploy, maintain, or pay for
- you want submissions saved to a spreadsheet shareable with non-technical people
- you rely on Gmail's high email deliverability

## When to avoid
- you need high-volume email beyond Google Apps Script daily quotas
- you must keep form data entirely off Google's cloud (e.g. GDPR concerns)
- you need full control over the email-sending infrastructure
- you require a self-hosted or privacy-focused form backend

## Facets
- artifact type: learning-resource
- maturity: active
- function: email, form-handling, web-scraping
- domain: web-development, email, tutorials, frontend
- platform: browser, cross-platform
- tags: google-apps-script, static-site, contact-form, no-backend, google-spreadsheet, tutorial, web-server

## Member repositories
- dwyl/learn-to-send-email-via-google-script-html-no-server (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:07:49.334605+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T07:24:44.027822+00:00, confidence not recorded.
  - readme: https://github.com/dwyl/learn-to-send-email-via-google-script-html-no-server (fetched 2026-08-28T04:07:49.334605+00:00, sha f781ce5c3586)
- Data as of 2026-08-30T08:39:29.467469+00:00.
