From 677d1d444b21adf44b16666967acedef50b2fd8d Mon Sep 17 00:00:00 2001 From: Eugene Kaurov Date: Tue, 7 Mar 2023 13:40:33 +0100 Subject: [PATCH] I added default URL to Web UI --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 33f43a0b..f9c1b9d6 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ service mailhog start Check out how to [configure MailHog](/docs/CONFIG.md), or use the default settings: * the SMTP server starts on port 1025 - * the HTTP server starts on port 8025 + * the HTTP server starts on port 8025 (See Web UI: http://localhost:8025/ ) * in-memory message storage ### Features