Skip to content

Chennai-Golang/template-mailer

 
 

Repository files navigation

Template Mailer

A simple text based template mailer using golang libs.

Build

go build .

Generate people.json

./generate-people-json.sh

Run

./template-mailer {people.json} {templates/template.txt} "{subject}"

or

./send-email.sh

TODO

  • Switch to HTML based mail now that we have SendGrid
  • Have a buffered mailer implementation - buffer of 100 mails per day!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 55.3%
  • Shell 37.0%
  • Ruby 7.7%