A simple text based template mailer using golang libs.
go build .
./generate-people-json.sh
./template-mailer {people.json} {templates/template.txt} "{subject}"
or
./send-email.sh
- Switch to HTML based mail now that we have SendGrid
- Have a buffered mailer implementation - buffer of 100 mails per day!