1
0
mirror of https://github.com/axllent/mailpit.git synced 2025-03-17 21:18:19 +02:00

Update note on package managers

This commit is contained in:
Ralph Slooten 2023-10-17 22:21:38 +13:00
parent e5ef02e57b
commit 80bf374d8a

@ -47,15 +47,12 @@ The Mailpit web UI listens by default on `http://0.0.0.0:8025`, and the SMTP por
Mailpit runs as a single binary and can be installed in different ways:
### Install via Brew (Mac)
### Install via package managers
Install Mailpit with `brew install mailpit`.
- **Mac**: `brew install mailpit` (to run automatically in background `brew services start mailpit`)
- **Arch Linux**: available in the AUR as `mailpit`
- **FreeBSD**: `pkg install mailpit`
To run automatically run mailpit in the background, run `brew services start mailpit`.
### Install via package manager (Linux)
* Arch Linux: Available in the AUR as `mailpit`
### Install via bash script (Linux & Mac)
@ -87,6 +84,7 @@ Run `mailpit -h` to see options. More information can be seen in [the docs](http
If installed using homebrew, you may run `brew services start mailpit` to run always run mailpit automatically.
### Testing Mailpit
Please refer to [the documentation](https://github.com/axllent/mailpit/wiki/Testing-Mailpit) of how to easily test email delivery to Mailpit.