whisper-money/app/Mail
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
..
Drip fix: split drip and default email senders (#263) 2026-04-06 12:16:47 +02:00
BankTransactionsSyncedEmail.php fix: split drip and default email senders (#263) 2026-04-06 12:16:47 +02:00
BankingConnectionAuthFailedEmail.php fix: split drip and default email senders (#263) 2026-04-06 12:16:47 +02:00
BrokenBankLogosReportEmail.php fix: split drip and default email senders (#263) 2026-04-06 12:16:47 +02:00
UpdateEmail.php fix: split drip and default email senders (#263) 2026-04-06 12:16:47 +02:00
UserLeadInvitation.php chore: upgrade Laravel 12 to 13 (#242) 2026-03-25 12:56:33 +00:00
WaitlistOvertaken.php fix: split drip and default email senders (#263) 2026-04-06 12:16:47 +02:00
WaitlistReferralNotification.php fix: split drip and default email senders (#263) 2026-04-06 12:16:47 +02:00
WaitlistWelcome.php fix: split drip and default email senders (#263) 2026-04-06 12:16:47 +02:00