Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ian-kent committed Jan 4, 2015
1 parent 1f380e6 commit ac93898
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,7 @@ MailHog [ ![Download](https://img.shields.io/github/release/mailhog/MailHog.svg)

Inspired by [MailCatcher](http://mailcatcher.me/), easier to install.

MailHog is a rewritten version of [MailHog](https://github.com/ian-kent/MailHog), which was born out of [M3MTA](https://github.com/ian-kent/M3MTA).

Go was chosen for portability - MailHog runs without installation on multiple platforms.

### Requirements

* None!
Built with Go - MailHog runs without installation on multiple platforms.

### Getting started

Expand All @@ -18,9 +12,9 @@ Go was chosen for portability - MailHog runs without installation on multiple pl
* [Run it from Docker Hub](https://registry.hub.docker.com/u/mailhog/mailhog/) or using the provided [Dockerfile](Dockerfile)
* [Read the deployment guide](/docs/DEPLOY.md) for other deployment options
2. [Configure MailHog](/docs/CONFIG.md), or use the default settings:
* the SMTP server will start on port 1025
* the HTTP server will start on port 8025
* in-memory message storage will be used.
* the SMTP server starts on port 1025
* the HTTP server starts on port 8025
* in-memory message storage

### Features

Expand All @@ -45,6 +39,8 @@ Go was chosen for portability - MailHog runs without installation on multiple pl

### Contributing

MailHog is a rewritten version of [MailHog](https://github.com/ian-kent/MailHog), which was born out of [M3MTA](https://github.com/ian-kent/M3MTA).

Clone this repository to ```$GOPATH/src/github.com/mailhog/MailHog``` and type ```make deps```.

See the [Building MailHog](BUILD.md) guide.
Expand Down

0 comments on commit ac93898

Please sign in to comment.