Catches mail and serves it
If you like / use this project, please let me known by adding a ★ on the GitHub repository.
# 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.
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
Content type
Image
Digest
Size
41.9 MB
Last updated
almost 6 years ago
docker pull timonier/mailcatcher