Mail Servers¶
Solutions de serveurs mail pour développement et production.
Services Disponibles¶
Mailpit - Développement¶
Outil de test email moderne et léger :
Docker Mailserver - Production¶
Serveur mail complet :
Mailcatcher - Développement¶
Alternative Ruby :
Comparatif¶
| Feature | Mailpit | Docker Mailserver | Mailcatcher |
|---|---|---|---|
| Usage | Dev/Test | Production | Dev/Test |
| Web UI | ✅ Modern | ❌ | ✅ Simple |
| SMTP | ✅ 1025 | ✅ 25/587 | ✅ 1025 |
| IMAP/POP3 | ❌ | ✅ | ❌ |
| Persistance | ✅ SQLite | ✅ Full | ❌ Memory |
| API REST | ✅ | ❌ | ✅ |
| Dark Mode | ✅ | N/A | ❌ |
Configuration SMTP Générique¶
SMTP_HOST=mailpit # ou docker-mailserver
SMTP_PORT=1025 # ou 587 pour production
SMTP_TLS=false # true pour production
SMTP_USERNAME=
SMTP_PASSWORD=