gosmitis

go rest api to send emails

2
0
2
Go
public
Archived

README

This tool serves a RestAPI endpoint to send emails. Yes s simple as that.

Config

Please edit and change config-apisendemail.tomto match your email settings.

Run

go run apisendemail.go

Test

curl -X POST -d "{\"body\": \"that\", \"from\": \"foo\"}" http://127.0.0.1:8080/sendemail
v0.3.3[beta]