From 19a6a23d3fa6ffe9835f5d6a2c42b75b71de0e26 Mon Sep 17 00:00:00 2001 From: Gaurav singh <75662029+gaurav19790@users.noreply.github.com> Date: Sat, 20 May 2023 17:10:51 +0530 Subject: [PATCH 1/2] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 33f43a0b..00f0a28e 100644 --- a/README.md +++ b/README.md @@ -64,9 +64,9 @@ service mailhog start ### Configuration 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 - * in-memory message storage + * The SMTP server starts on port 1025 + * The HTTP server starts on port 8025 + * In-memory message storage ### Features From 47deca50acbcf5e357368f10de65914cf1197a1e Mon Sep 17 00:00:00 2001 From: Gaurav singh <75662029+gaurav19790@users.noreply.github.com> Date: Sat, 20 May 2023 17:12:23 +0530 Subject: [PATCH 2/2] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 00f0a28e..1a437654 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ MailHog [ ![Download](https://img.shields.io/github/release/mailhog/MailHog.svg) ](https://github.com/mailhog/MailHog/releases/tag/v1.0.0) [![GoDoc](https://godoc.org/github.com/mailhog/MailHog?status.svg)](https://godoc.org/github.com/mailhog/MailHog) [![Build Status](https://travis-ci.org/mailhog/MailHog.svg?branch=master)](https://travis-ci.org/mailhog/MailHog) ========= -Inspired by [MailCatcher](https://mailcatcher.me/), easier to install. +Inspired by [MailCatcher](https://mailcatcher.me/), Easier to install. * Download and run MailHog * Configure your outgoing SMTP server @@ -74,7 +74,7 @@ See [MailHog libraries](docs/LIBRARIES.md) for a list of MailHog client librarie * ESMTP server implementing RFC5321 * Support for SMTP AUTH (RFC4954) and PIPELINING (RFC2920) -* Web interface to view messages (plain text, HTML or source) +* Web interface to view messages (Plain text, HTML or source) * Supports RFC2047 encoded headers * Real-time updates using EventSource * Release messages to real SMTP servers