Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 294 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 294 Bytes

smtp-dumbster

Use dumbster to implement a SMTP simulator. A Java spring boot application to run SMTP simulator on port 8098, and HTTP on port 8088 to have a simple inbox page for checking and manage the received Emails.

Start app

sdk install java 8.0.322-zulu
mvn spring-boot:run