Merge pull request #3459 from arturtr/patch-1

Add http-ip param for mailcatcher
This commit is contained in:
Robin Ward 2015-05-13 16:34:01 -04:00
commit b0695a2fc6
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@ Mailcatcher is used to avoid the whole issue of actually sending emails: https:/
Mailcatcher is already installed in the vm, and there's an alias to launch it:
```
mc
mailcatcher --http-ip=0.0.0.0
```
Then in a browser, go to [http://localhost:4080](http://localhost:4080). Sent emails will be received by mailcatcher and shown in its web ui.