Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.
/ mailcatcher Public archive

Catches mail and serves it

License

Notifications You must be signed in to change notification settings

timonier/mailcatcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

Catches mail and serves it

If you like / use this project, please let me known by adding a ★ on the GitHub repository.

Installation

# Define installation folder

export INSTALL_DIRECTORY=/usr/bin

# Use local installation

sudo bin/installer install

# Use remote installation

curl --location "https://github.com/timonier/mailcatcher/raw/master/bin/installer" | sudo sh -s -- install

Note: If you do not define INSTALL_DIRECTORY, installer will use in /usr/local/bin.

Usage

Run the command mailcatcher:

# See all mailcatcher options

mailcatcher --help

# Run mailcatcher

mailcatcher --foreground --http-port 80 --ip 0.0.0.0 --smtp-port 25

Links