Merge branch 'master' of github.com:Zingle/smtp2http

This commit is contained in:
Richard Remer 2015-09-15 19:03:44 -07:00
commit 181af7f3c5

10
README.md Normal file
View File

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