Homebrew tap for mailtrap-local, a single-binary local email sandbox + catcher for individual developers.
brew tap mailtrap/local
brew install mailtrap-localWhile the tap repo is private, point brew tap at the SSH URL so it picks up your GitHub credentials:
brew tap mailtrap/local git@github.com:mailtrap/homebrew-local.git
brew install mailtrap-localAfter install, run as a background service:
brew services start mailtrap-localThen open http://127.0.0.1:3550 for the inbox and point your app's SMTP client at 127.0.0.1:3535.
Every tagged release of mailtrap-local rewrites Formula/mailtrap-local.rb from the .goreleaser.yaml brews: block in the upstream repo. The url (pointing to a GitHub Release tarball) and sha256 are filled in automatically. Don't edit Formula/mailtrap-local.rb by hand — your changes will be clobbered on the next release.
MIT.