11 lines
219 B
Markdown
11 lines
219 B
Markdown
# 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
|
|
```
|