whisper-money/app/Mail
Víctor Falcón 2763846329
Add weekly bank logo audit command (#211)
## Summary
- add a new `banks:check-logos` console command that validates all
non-null bank logo URLs weekly
- set broken/invalid bank logos to `null` and send an admin report email
to `ADMIN_EMAIL` when updates occur
- add weekly scheduling, admin mail config wiring, and feature tests for
valid/broken/head-fallback flows

## Testing
- vendor/bin/pint --dirty
- php artisan test tests/Feature/Console/CheckBankLogosCommandTest.php

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-03-06 11:05:13 +00:00
..
Drip feat: Spanish localization (#74) 2026-02-08 11:58:08 +01:00
BankTransactionsSyncedEmail.php Email notification for bank-synced transactions (#113) 2026-02-12 14:05:02 +01:00
BankingConnectionAuthFailedEmail.php feat(open-banking): add update credentials flow for API-key connections (#154) 2026-02-25 13:41:24 +01:00
BrokenBankLogosReportEmail.php Add weekly bank logo audit command (#211) 2026-03-06 11:05:13 +00:00
UpdateEmail.php feat: Send custom emails to users (#52) 2026-01-09 09:33:19 +01:00
UserLeadInvitation.php fix(sync): make transaction creation idempotent (#38) 2025-12-30 07:22:19 +01:00
WaitlistOvertaken.php feat(waitlist): waiting list with referral system (#199) 2026-03-04 12:36:47 +01:00
WaitlistReferralNotification.php feat(waitlist): waiting list with referral system (#199) 2026-03-04 12:36:47 +01:00
WaitlistWelcome.php feat(waitlist): waiting list with referral system (#199) 2026-03-04 12:36:47 +01:00