brnstz / recmail

Experimental: Downloads JSON and bulk emails custom data

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ABOUT

Bulk email program that downloads JSON content and sends a customized template 
to users.

REQUIREMENTS

* Go: http://golang.org/

BUILD

go build -o recmail src/*.go

RUN

./recmail -config=testdata/config.json -data=testdata/data.csv \
-template=testdata/recmail.html

About

Experimental: Downloads JSON and bulk emails custom data


Languages

Language:Go 98.4%Language:Shell 1.6%