Skip to content
This repository was archived by the owner on Dec 9, 2024. It is now read-only.

Update readme.md #5

Merged
merged 1 commit into from
May 1, 2014
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ MockMock is built using Java and to function you need a Java 7 runtime environme
Installation / setup
====================

The easiest way to install and run MockMock is by downloading the complete package [here](https://github.com/tweakers-dev/MockMock/MockMock.zip). Extract it to any place you like and start the server by running:
The easiest way to install and run MockMock is by downloading the complete package [here](https://github.com/downloads/tweakers-dev/MockMock/MockMock.zip). Extract it to any place you like and start the server by running:
`java -jar MockMock.jar`

This will run MockMock on the default ports 25000 (for SMTP) and 8282 (the web interface). After it started you can use your internet browser to navigate to [http://localhost:8282] (replace host name and web port if necessary). This will now show you the emails it received (which should be none at the moment). You can now send emails using the built in SMTP server running on port 25000 by default. The emails should be visible via the web interface. To run MockMock on another port, you can start it with the following parameters:
Expand Down