google-apps-script-send-email
v1.0.1
Published
A quick and easy way to send emails to additional recipients for Google Form submissions
Downloads
9
Maintainers
Readme
A simple send email function for Google Apps Script projects.
Install via npm
:
npm install google-apps-script-send-email
This script performs the following actions
- Collects the latest form response from the responses spreadsheet
- Generates a template from the submitted information
- Sends an email to specified recipients
Note: The sendEmail.js file may need small modifications to work with your project.