1.0.1 • Published 3 years ago

google-apps-script-send-email v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

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.