From d6fabf9f44373eda6d1fa5054bfe8542d4c9303d Mon Sep 17 00:00:00 2001 From: Rich Remer Date: Tue, 15 Sep 2015 18:53:42 -0700 Subject: [PATCH] README --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..d499590 --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +# smtp2http +SMTP to HTTP gateway + +Usage +----- +Begin listening for incoming messages over SMTP and post them to the +specified HTTP endpoint. +```sh +smtp2http https://dev-services.zingle.me/inbound-communication/email +```