Skip to content

customeros/mailwatcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation



mailwatcher

MailWatcher

A CLI for monitoring mailbox and mailserver health




👉 Live Demo: https://customeros.ai

This is open-source, but we also offer a hosted API that's simple to use. If you are interested, find out more at CustomerOS. If you have any questions, you can contact me at [email protected].


Quickstart

  1. Download the appropriate CLI tarball for your OS:
wget mailwatcher.sh/mailwatcher-linux-arm64.tar.gz
wget mailwatcher.sh/mailwatcher-linux-amd64.tar.gz
wget mailwatcher.sh/mailwatcher-macos.tar.gz
  1. Extract the binary:
tar -xzf filename.tar.gz
  1. Set the MAIL_SERVER_DOMAIN environment variable. See the Mail Server setup guide section below for more details:
export MAIL_SERVER_DOMAIN=example.com
  1. Test to make sure everything is working
./mailwatcher version