Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/crazyoptimist/sendgrid-mailer-go
Read XLSX File for Emails and Send with Sendgrid
https://github.com/crazyoptimist/sendgrid-mailer-go
Last synced: 13 days ago
JSON representation
Read XLSX File for Emails and Send with Sendgrid
- Host: GitHub
- URL: https://github.com/crazyoptimist/sendgrid-mailer-go
- Owner: crazyoptimist
- Created: 2021-10-21T09:42:09.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-19T19:02:33.000Z (over 2 years ago)
- Last Synced: 2024-10-03T21:41:13.833Z (about 1 month ago)
- Language: Go
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Golang Sendgrid XLSX Mailer
## Description
Twilio Sendgrid provides a free tier so that you can send 100 emails per day for free.
Create an account at sendgrid.com and get your API key.
Put the API key in `.env` file.
Create a XLSX file where the first column contains an array of emails.
It's enough to put the built binary, env file, XLSX file in the same directory and you are good to go.## Run
```bash
make run
```
or
```bash
go run cmd/mailer/*.go
```## Build
For Linux
```bash
make build-linux
```For Windows
```bash
make build-windows
```Created by [CrazyOptimist](https://github.com/crazyoptimist) with :heart: