20 lines
333 B
Plaintext
20 lines
333 B
Plaintext
|
#### mailhog
|
||
|
|
||
|
##### Information
|
||
|
Site : https://github.com/mailhog/MailHog
|
||
|
|
||
|
Source : https://github.com/mailhog/MailHog
|
||
|
|
||
|
##### Install
|
||
|
|
||
|
```bash
|
||
|
apt install -y wget ca-certificates
|
||
|
wget -qO - https://deb.lgy.fr/install.sh | bash
|
||
|
apt-get update
|
||
|
apt-get install -y mailhog
|
||
|
|
||
|
#edit /etc/default/mailhog
|
||
|
|
||
|
systemctl enable --now mailhog
|
||
|
```
|