Video coming soon…
⚠️ Always review any script before running it on your server. Test in a staging environment first.
📦 Resources & Setup Scripts
Before starting, please make sure to grab the required scripts from our GitHub repository to follow along with the video easily.
Quick Install:
wget https://raw.githubusercontent.com/mhmdali94/Docker/refs/heads/main/email/mailpit/mailpit-ubuntu.sh
chmod +x mailpit-ubuntu.sh
sudo bash mailpit-ubuntu.sh
Tutorial Steps
1 Download the Script
wget https://raw.githubusercontent.com/mhmdali94/Docker/refs/heads/main/email/mailpit/mailpit-ubuntu.sh
2 Make it Executable
chmod +x mailpit-ubuntu.sh
3 Run the Installer
sudo bash mailpit-ubuntu.sh
4 Access the Web UI
http://:8025
# Point your app SMTP at :1025 — messages are captured, never sent
Ports Used
| Port | Purpose |
|---|---|
| 1025 | SMTP catcher (point your app here) |
| 8025 | Web inbox + REST API |
