werty1st / SparkGi

SMTP to SparkPost Adapter (to use on aws)

Home Page:https://gitlab.com/werty1st/sparkgi/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SETUP

echo "SPARKPOST_DOMAIN=mail.io" > .env
echo "ADDRESS=:1025"            >> .env
echo "SPARKPOST_API_KEY=***" 	>> .env

BUILD

go build -o sparkgi.exe

TEST

in a shell run:

./sparkgi.exe

in an other shell run:

sendemail -f norply@foo.io -t bar@foo.io -u "Testing SparkGi" -m "message" -o message-charset=utf-8 -s localhost:1025

About

SMTP to SparkPost Adapter (to use on aws)

https://gitlab.com/werty1st/sparkgi/


Languages

Language:Go 79.6%Language:Dockerfile 20.4%