{"id":15641155,"url":"https://github.com/unforswearing/gas-send-email","last_synced_at":"2025-06-21T13:35:45.873Z","repository":{"id":57145352,"uuid":"296998209","full_name":"unforswearing/gas-send-email","owner":"unforswearing","description":"A better form submission notification message for Google Apps Script Form and Spreadsheet projects.","archived":false,"fork":false,"pushed_at":"2023-06-29T05:58:51.000Z","size":1222,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-14T12:03:22.242Z","etag":null,"topics":["google-apps-script","google-forms","google-sheets"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/unforswearing.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2020-09-20T03:58:17.000Z","updated_at":"2023-07-16T21:46:14.000Z","dependencies_parsed_at":"2022-09-06T00:03:21.293Z","dependency_job_id":"95bc7dac-34e9-45e7-838a-ae98ca1aeaa9","html_url":"https://github.com/unforswearing/gas-send-email","commit_stats":null,"previous_names":["unforswearing/google-apps-script-send-email"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/unforswearing/gas-send-email","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unforswearing%2Fgas-send-email","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unforswearing%2Fgas-send-email/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unforswearing%2Fgas-send-email/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unforswearing%2Fgas-send-email/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/unforswearing","download_url":"https://codeload.github.com/unforswearing/gas-send-email/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unforswearing%2Fgas-send-email/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261129770,"owners_count":23113891,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["google-apps-script","google-forms","google-sheets"],"created_at":"2024-10-03T11:41:34.665Z","updated_at":"2025-06-21T13:35:40.858Z","avatar_url":"https://github.com/unforswearing.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Google Apps Script - Send Email\n\n\u003e A better form submission notification message for [Google Apps Script](https://developers.google.com/apps-script/reference/) Form and Spreadsheet projects. \n\nThis project is aimed at users who use Google Spreadsheets to collect Google Form response data, and want more informative notifications when a new form is submitted. This project intends to be a replacement for the default [Google Sheet edit notifications](https://support.google.com/docs/answer/91588?hl=en\u0026co=GENIE.Platform%3DDesktop) by providing the full form submission in the email notification. \n\nThis script has been used across several long-term Google Apps Script projects and is fairly robust, however please review the docs and submit an issue if you encounter any bugs. \n\n## Documentation\n\n[View the documentation here](/docs/README.md)\n\n## Installation\n\nInstall via `npm`:\n\n```shell-session\nnpm install google-apps-script-send-email\n```\n\n## Usage\n\nAdd your project info to [the configuration file](/config.js)\n\n```javascript\n// Sample configuration \nconst config = {\n  admin: \"rstevens@example.com\",\n  formName: \"Site Survey\",\n  recipient: [ \n      \"marketing@example.com\",\n      \"ceo@example.com\n    ]\n  emailFooter: \"\u003cbr /\u003eThis is an automated message, do not reply\",\n  sheetId: \"1234567890abcdef,\n  sheetNameFilter: \" Responses\",\n  subjectFilter: \"New Submission: \",\n  sheetInfo: {\n    firstCol: \"A\",\n    lastCol: \"R\", \n    // the lastRow parameter does not need to be edited\n    lastRow: activeSpreadsheet.getLastRow(), \n  },\n}\n```\n\nRun the `sendEmail` function as an [installable trigger](https://developers.google.com/apps-script/guides/triggers/installable#google_apps_triggers). You may also `import` [sendEmail.js](/sendEmail.js) into another file in your Google Apps Script project. \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Funforswearing%2Fgas-send-email","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Funforswearing%2Fgas-send-email","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Funforswearing%2Fgas-send-email/lists"}