Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cinterloper/vertx-smtp-server
basic email/smtp server connector for vertx bus, based on SubEthasmtp
https://github.com/cinterloper/vertx-smtp-server
Last synced: 3 months ago
JSON representation
basic email/smtp server connector for vertx bus, based on SubEthasmtp
- Host: GitHub
- URL: https://github.com/cinterloper/vertx-smtp-server
- Owner: cinterloper
- Created: 2015-12-21T08:07:35.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-06-21T09:23:34.000Z (over 8 years ago)
- Last Synced: 2024-04-10T09:53:19.261Z (7 months ago)
- Language: Groovy
- Size: 121 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- vertx-awesome - vertx-smtp-server - SMTP server bridging to EventBus. (Integration)
README
# vertx-smtp-server
* This creates a verticle that listens for SMTP mail, and puts it on the Vert.x event bus
* Optionally, it also writes it to a file in the form $RCPT/$FROM/(message md5).mail## Installation
```./gradlew clean shadowJar #optionaly publish to publish to maven local```
## Usage
at this point, just read the code, its small
both files and eb messages are raw mail
## Credits
Written by : Grant Haywood
## License
Apache License 2.0