- Notifications
You must be signed in to change notification settings - Fork1
cinterloper/vertx-smtp-server
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
- 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
./gradlew clean shadowJar #optionaly publish to publish to maven local
at this point, just read the code, its small
both files and eb messages are raw mail
Written by : Grant Haywood
Apache License 2.0