2015-09-16 08:46:46 -07:00
2015-09-15 19:33:05 -07:00
2015-09-16 08:46:46 -07:00
2015-09-15 23:08:28 -07:00
2015-09-16 08:46:46 -07:00

smtp2http

SMTP to HTTP gateway

Usage

Begin listening for incoming messages over SMTP and post them to the sepcified 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
Description
SMTP to HTTP gateway
Readme 44 KiB
Languages
JavaScript 100%