Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zimbres/smtptohttp
A worker service that listens for mail messages and sends them to an HTTP endpoint as a POST request
https://github.com/zimbres/smtptohttp
http smtp smtp2http smtp2json
Last synced: 6 days ago
JSON representation
A worker service that listens for mail messages and sends them to an HTTP endpoint as a POST request
- Host: GitHub
- URL: https://github.com/zimbres/smtptohttp
- Owner: zimbres
- License: mit
- Created: 2023-02-27T20:52:36.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-25T19:52:51.000Z (5 months ago)
- Last Synced: 2024-12-24T12:18:41.780Z (11 days ago)
- Topics: http, smtp, smtp2http, smtp2json
- Language: C#
- Homepage:
- Size: 15.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SmtpToHttp
>Smtp to Http. Listen for mail messages and send it to a http endpoint as a POST request.
Body of message must be plain text.
Valid JSON in the body message will be serialized into request body "message" object.
---
### Smtp server based on [cosullivan/SmtpServer ](https://github.com/cosullivan/SmtpServer) package.