Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mecaneer23/email-from-google-sheets
- Owner: mecaneer23
- Created: 2024-01-28T21:50:23.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-03-03T16:43:17.000Z (10 months ago)
- Last Synced: 2024-03-03T17:43:20.212Z (10 months ago)
- Language: JavaScript
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)