whisper-money/app/Mail
Víctor Falcón 7be0fe0120
fix: make transaction sync email use default sender (#265)
## Summary
- explicitly set the transaction sync mailable sender to the configured
default transactional address
- add a regression test so the transaction sync email cannot fall back
to an unintended sender

## Testing
- php artisan test --compact tests/Feature/MailSenderTest.php
2026-04-07 13:50:42 +01:00
..
Drip fix: split drip and default email senders (#263) 2026-04-06 12:16:47 +02:00
BankTransactionsSyncedEmail.php fix: make transaction sync email use default sender (#265) 2026-04-07 13:50:42 +01: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