https://github.com/michael-simons/java-mocksmtp
A super simple local mocksmtp server based on subethasmtp
https://github.com/michael-simons/java-mocksmtp
Last synced: over 1 year ago
JSON representation
A super simple local mocksmtp server based on subethasmtp
- Host: GitHub
- URL: https://github.com/michael-simons/java-mocksmtp
- Owner: michael-simons
- Created: 2016-07-06T15:02:33.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-08-30T12:52:23.000Z (almost 10 years ago)
- Last Synced: 2025-03-27T06:49:10.845Z (over 1 year ago)
- Language: Java
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# A super simple local mocksmtp server based on subethasmtp
java-mocksmtp starts a local smtp for mocking etc. based on [subethasmtp](https://github.com/voodoodyne/subethasmtp).
Just clone the repository and run
```
mvn exec:java
```
to start a server on port 25000 that prints all incoming mails to the console.