Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/oliverbenns/mass-gmail
- Owner: oliverbenns
- Created: 2024-06-26T20:01:24.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-06-27T22:17:40.000Z (6 months ago)
- Last Synced: 2024-12-06T21:50:50.891Z (about 1 month ago)
- Topics: email, gmail, gmail-api
- Language: Go
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).