https://github.com/crazyoptimist/ses-mailer-go
Send emails with SES
https://github.com/crazyoptimist/ses-mailer-go
Last synced: 21 days ago
JSON representation
Send emails with SES
- Host: GitHub
- URL: https://github.com/crazyoptimist/ses-mailer-go
- Owner: crazyoptimist
- Created: 2026-03-24T18:20:38.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2026-03-24T22:15:38.000Z (3 months ago)
- Last Synced: 2026-03-25T23:52:53.923Z (3 months ago)
- Language: Go
- Size: 7.81 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# XLSX Mailer with AWS SES (Go)
This application sends bulk emails to contacts listed in an `.xlsx` file using Amazon SES.
### Usage
- Prepare your contacts: Create an Excel file named emails.xlsx containing your recipient list.
- Configure environment: Fill the .env file with your AWS credentials and email content.
- Run it!
## Build
For Linux
```bash
make forlinux
```
For Windows
```bash
make forwindows
```
Created with :heart: by [crazyoptimist](https://crazyoptimist.net/about)