From 2f3b6fb56231194b7bbee2f3a3f974b260178dce Mon Sep 17 00:00:00 2001 From: Artur Trofimov Date: Tue, 12 May 2015 17:32:43 +0300 Subject: [PATCH] Add http-ip param for mailcatcher Fixes problems with port-forvarding for mailcatcher web-interface --- docs/VAGRANT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/VAGRANT.md b/docs/VAGRANT.md index 0ed475bea38..4fc103cd464 100644 --- a/docs/VAGRANT.md +++ b/docs/VAGRANT.md @@ -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.