https://github.com/xpaw/smtp-forwarder
Simple SMTP message to HTTP forwarder
https://github.com/xpaw/smtp-forwarder
smtp webhook
Last synced: 5 months ago
JSON representation
Simple SMTP message to HTTP forwarder
- Host: GitHub
- URL: https://github.com/xpaw/smtp-forwarder
- Owner: xPaw
- License: mit
- Created: 2020-05-30T08:15:08.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-03-11T09:10:49.000Z (almost 2 years ago)
- Last Synced: 2024-11-01T13:34:51.672Z (about 1 year ago)
- Topics: smtp, webhook
- Language: JavaScript
- Homepage:
- Size: 18.6 KB
- Stars: 15
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
This is a simple SMTP server listener which processes any incoming SMTP message,
and forwards it to the specified url as a POST request.
See `example_store.php` for an example on how to process the incoming message.
See `example_nginx.conf` for an example on how to configure nginx to use STARTTLS,
and forward it to the node.js server.
If TLS or nginx is not wanted, server port can be changed
from 2525 to 25 to expose it to the internet directly.