mail:test) to simulate email sends, improving pre-production validation.Adopt if:
var/log files or ad-hoc debugging.Look elsewhere if:
*"This bundle solves a hidden pain point: we can’t reliably track or debug emails—a core part of our customer experience. For example, when a user reports not receiving a password reset email, we’re blind without logs. This tool will:
*"This is a drop-in solution for logging all Symfony Mailer sends to a database, giving us:
LoggedEmail entity—no manual logging needed.mail:log) or test sends (mail:test), speeding up QA.mail_logger.enabled and configure without refactoring.
Tradeoffs:*"If you’re tired of:
This bundle hooks into Symfony Mailer’s events (SentMessageEvent, FailedMessageEvent) to auto-log emails to a LoggedEmail table. Key perks:
mail:log → List recent emails (like tail -f for emails).mail:test → Simulate sends without hitting a real SMTP server.How can I help you explore Laravel packages today?