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 +```