Description
Add email notification capabilities for key events: welcome emails, audit completion, blockchain verification confirmations.
Files to Modify
apps/api/src/modules/notifications/notifications.service.ts — add email sending
apps/api/src/modules/notifications/notifications.module.ts — register email provider
Files to Create
apps/api/src/modules/notifications/email.service.ts — email sending logic
apps/api/src/modules/notifications/templates/ — email templates
Acceptance Criteria
Description
Add email notification capabilities for key events: welcome emails, audit completion, blockchain verification confirmations.
Files to Modify
apps/api/src/modules/notifications/notifications.service.ts— add email sendingapps/api/src/modules/notifications/notifications.module.ts— register email providerFiles to Create
apps/api/src/modules/notifications/email.service.ts— email sending logicapps/api/src/modules/notifications/templates/— email templatesAcceptance Criteria