Simple email sender cli currently support amazon ses, customizable templates and attachments.
sesify send --from john@example.com --recipients list.csv --template templates/template.html --subject "hello there"
Template support the following recipient varibales:
{{.UUID}}
{{.Firstname}}
{{.Lastname}}
{{.Email}}
email,firstname,lastname
- Add attachments
- Tests