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

This commit is contained in:
Richard Remer 2015-09-16 08:47:13 -07:00
commit 415ef98ee5

View File

@ -3,8 +3,8 @@ SMTP to HTTP gateway
Usage Usage
----- -----
Begin listening for incoming messages over SMTP and post them to the sepcified Begin listening for incoming SMTP messages, parse them, and post them to the
HTTP endpoint. specified HTTP endpoint.
```sh ```sh
smtp2http https://dev-services.zingle.me/inbound-communication/email smtp2http https://dev-services.zingle.me/inbound-communication/email
``` ```
@ -17,3 +17,10 @@ CA=/etc/private/ssl/zingle-ca.crt
smtp2http -T$CERT:$KEY:$CA https://dev-services.zingle.me/foo smtp2http -T$CERT:$KEY:$CA https://dev-services.zingle.me/foo
``` ```
Install
-------
```sh
git clone git@github.com:Zingle/smtp2http.git
cd smtp2http
npm install -g
```