Skip to content

ComboStrikeHQ/mailstrom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

6 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Mailstrom

An AWS SES no-bells-and-whistles mass-mailing tool. It just takes a static (HTML) email end gets it to a list of recipients.

Usage

export AWS_ACCESS_KEY_ID='xxx'
export AWS_SECRET_ACCESS_KEY='xxx'
bin/mailstrom --from '[email protected]' --subject 'My Subject' --recipients recipients.txt --email email.html

Things to consider

When sending a lot of emails, there is the risk of getting flagged as a spammer by Google, which can be mitigated by adding your domain at https://postmaster.google.com/.

AWS will put you on probation if there is a certain share of bounces. From the email we got:

We expect our senders' bounce rates to remain below 5%. Senders with a bounce rate exceeding 10% risk suspension.

E-mail responsibly!

TODOs

  • Validate the command line arguments
  • Figure out what a good THREAD_POOL_SIZE is

About

A very simple AWS SES mass mailing tool πŸ’Œ

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages