whisper-money/app/Mail
Víctor Falcón 40d4b3cfe7
Email notification for bank-synced transactions (#113)
## Summary

- Send a queued email notification to users after subsequent bank syncs
when new transactions are found
- Email includes a per-bank breakdown of imported transaction counts
with a link to the transactions page
- Skips notification on first sync and when zero new transactions are
created

## Test plan

- [x] Sends email when new transactions are synced on subsequent sync
- [x] Does not send email on first sync
- [x] Does not send email when zero new transactions
- [x] Aggregates multiple accounts under same bank
- [x] Lists different banks separately in email
- [x] Existing sync job tests still pass
2026-02-12 14:05:02 +01: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
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