tommy-muehle / smtp-reader

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

smtp-reader

A small attempt to receive data via smtp and process it automatically, like it Wunderlist does to add new item's to a defined list.

curl smtp://127.0.0.1:2525 --mail-from myself@example.com --mail-rcpt receiver@example.com --upload-file email.txt --insecure

About


Languages

Language:Go 100.0%