Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mecaneer23/email-from-google-sheets

AppsScript code to send emails based on data from a Google Sheet
https://github.com/mecaneer23/email-from-google-sheets

Last synced: about 2 months ago
JSON representation

AppsScript code to send emails based on data from a Google Sheet

Awesome Lists containing this project

README

        

# Email from google sheets

AppsScript code to send emails based on data from a Google Sheet

## How to

The following worked for me to email a list of people from google sheets

1. Create associated Apps Script (Extensions -> Apps Script)
2. Paste Code.gs into the main editor
3. Edit the code to suit your needs
4. create a body.html with the body of the email you want to send
5. run the script (make sure you select the correct function to run)