whisper-money/tests/Feature/Jobs/Drip
Víctor Falcón ce5692cb30
fix: split drip and default email senders (#263)
## Summary
- route drip mailables through `Álvaro and Víctor <hi@whisper.money>`
and send the rest from `Whisper Money <no-reply@whisper.money>`
- remove legacy per-mailable `Victor` sender overrides so non-drip mail
falls back to the default sender consistently
- add focused sender coverage for drip, non-drip, and verification mail
paths

## Testing
- `php artisan test --compact tests/Feature/MailSenderTest.php
tests/Feature/Jobs/Drip/SendWelcomeEmailJobTest.php`
2026-04-06 12:16:47 +02:00
..
SendFeedbackEmailJobTest.php feat(queue): Implement queueable email jobs with rate limiting 2025-12-30 07:22:18 +01:00
SendImportHelpEmailJobTest.php feat(queue): Implement queueable email jobs with rate limiting 2025-12-30 07:22:18 +01:00
SendOnboardingReminderEmailJobTest.php feat(queue): Implement queueable email jobs with rate limiting 2025-12-30 07:22:18 +01:00
SendPromoCodeEmailJobTest.php feat(queue): Implement queueable email jobs with rate limiting 2025-12-30 07:22:18 +01:00
SendSubscriptionCancelledEmailJobTest.php Add subscription cancellation email with manual trigger command (#47) 2025-12-30 20:32:44 +01:00
SendWelcomeEmailJobTest.php fix: split drip and default email senders (#263) 2026-04-06 12:16:47 +02:00