2015-09-17 22:22:11 -07:00
2015-09-15 19:33:05 -07:00
2015-09-16 09:33:26 -07:00
2015-09-15 23:57:08 -07:00
2015-09-17 22:22:11 -07:00

smtp2http

SMTP to HTTP gateway

Usage

Begin listening for incoming SMTP messages, parse them, and post them to the specified HTTP endpoint.

smtp2http https://dev-services.zingle.me/inbound-communication/email

Enable TLS using separate certificate and key files with signing CA cert.

CERT=/etc/private/ssl/zingle.crt
KEY=/etc/private/ssl/zingle.key
CA=/etc/private/ssl/zingle-ca.crt
smtp2http -T$CERT:$KEY:$CA https://dev-services.zingle.me/foo

Install

git clone git@github.com:Zingle/smtp2http.git
cd smtp2http
npm install -g
Description
SMTP to HTTP gateway
Readme 44 KiB
Languages
JavaScript 100%