You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After sending an invoice email, a MailQueue record must be created or updated to log the delivery with: timestamp (sent_at), recipient address, and delivery status.
Sub-task extracted from #169 during consolidation into #150.
Parent: #150
After sending an invoice email, a
MailQueuerecord must be created or updated to log the delivery with: timestamp (sent_at), recipient address, and delivery status.