Skip to content
This repository has been archived by the owner on Feb 9, 2023. It is now read-only.

Latest commit

 

History

History
35 lines (20 loc) · 905 Bytes

mailhog.md

File metadata and controls

35 lines (20 loc) · 905 Bytes

Installation for macOS - MailHog

Documentation > Installation for macOS > MailHog

MailHog is an email-testing tool with a fake SMTP server.

It encapsulates the SMTP protocol with extensions and does not require specific backend implementations.

MailHog runs a super simple SMTP server that hogs outgoing emails sent to it.

Table of Contents

  1. Installation on macOS
  2. Configuration

Stack Requirement

Install and configure the following services

1. Installation on macOS

To install the MailHog :

brew install mailhog

2. Configuration

Follow instruction here: Service Configuration - MailHog