Homebrew formulae for MailKite — receive email as a webhook, send over a verified domain, give an AI agent its own inbox.
brew install mailkite/tap/mailkiteThat single command taps this repo and installs the mailkite CLI
(the npm package @mailkite/cli). Then:
mailkite login --email you@example.com
mailkite domains add mail.myapp.ai
mailkite send --from hello@mail.myapp.ai --to you@example.com \
--subject "It works" --html "<p>Hi from MailKite</p>"
mailkite messages tailFull command reference: https://mailkite.dev/docs/cli.
brew update
brew upgrade mailkitebrew uninstall mailkite
brew untap mailkite/tap # optionalHomebrew requires self-submitted software to have at least 225 GitHub stars before it is
accepted into homebrew-core. Until the MailKite CLI crosses that bar, this tap is the
official Homebrew distribution channel; brew install mailkite/tap/mailkite works exactly
the same for you either way.
npx @mailkite/cli --help # no install
npm i -g @mailkite/cli # install via npmFormula source of truth lives in the MailKite monorepo (integrations/homebrew-tap/);
this repo is a release-time mirror. Issues: https://mailkite.dev/docs.