Send bulk emails from csv file using AWS SES
The bulk-emailer
command line tool lets you send messages to multiple recipients simultaneously. You need to provide is a cvs file with recipient emails and email content file.
bulk-emailer
is available for MacOS and Linux based operating systems.
Installation for MacOS is the easiest with Homebrew. If you do not have homebrew installed, click here.
brew install warrensbox/tap/bulk-emailer
Installation for Linux operation systems.
curl -L https://raw.githubusercontent.com/warrensbox/bulk-emailer/release/install.sh | bash
Alternatively, you can install the binary from the source here
You must have AWS SES set up to use this tool.
See how to set up AWS SES: Set Up AWS SES
bulk-emailer
on the command line with the following parameters:--from
(string) for sender’s email.--subject
(string) for the subject of the email.--message
(file) path to the file of your email content.--contacts
(file) path to the cvs file of your recipients.Please open issues here: New Issue
See how to upgrade, uninstall, troubleshoot here: Additional Info
This project is maintained by warrensbox