Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/oliverbenns/mass-gmail

Send an email to a list of addresses using gmail.
https://github.com/oliverbenns/mass-gmail

email gmail gmail-api

Last synced: 17 days ago
JSON representation

Send an email to a list of addresses using gmail.

Awesome Lists containing this project

README

        

# Mass Gmail

Send an email to a list of addresses using gmail.

Hacked together script. Use at your own risk.

- Get credentials by following [this tutorial](https://developers.google.com/gmail/api/quickstart/go#configure_the_oauth_consent_screen). Save the json as `credentials.json` at root of this repo.
- `cp data.example.json data.json` and edit values
- `go run .` or `go run . true` for a dry run (no emails sent, just logs).