Mailpit not starting in Local — fixed by seeding with 9.2.5
Fix for: “Missing Mailpit v1.24 — Don’t worry. We’ll reinstall it next time you start your site”
Setup:
- macOS 15.6.1 (Intel)
- Goal: latest Local version
Fix (concise)
-
Install Local 9.2.5 (“What’s New in Local 9.2.5”).
- This seeds WP-CLI v2.12.0 and Mailpit v1.24.1.
- Create a test site, start it once, stop it, then quit Local.
-
Verify that Mailpit was installed by Local
- Path:
~/Library/Application Support/Local/lightning-services
- You should see a folder like
mailpit-1.24.1+0
. - Quick check:
ls "$HOME/Library/Application Support/Local/lightning-services" | grep -i mailpit
- Path:
-
Upgrade to the latest Local
- Drag and drop into
/Applications
(avoid app cleaners). - Start a site once, stop it, then quit Local.
- Drag and drop into
Result
Mailpit now runs reliably across site restarts.
Note
If 9.2.5 isn’t available, the same approach works by first seeding with another earlier Local version and then upgrading in place.
PS: Thank me later, folks — no big deal; it only cost me more than three days.