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

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

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)