Skip to content

iunary/sesify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SESIFY

Simple email sender cli currently support amazon ses, customizable templates and attachments.

Usage

sesify send --from john@example.com --recipients list.csv --template templates/template.html --subject "hello there"

Template

Template support the following recipient varibales:

{{.UUID}}
{{.Firstname}}
{{.Lastname}}
{{.Email}}

Csv format

email,firstname,lastname

TODO

  • Add attachments
  • Tests