Skip to content

feat: implement email module (closes #415)#3

Open
dreamgenies wants to merge 1 commit intomainfrom
feat/email-module-415
Open

feat: implement email module (closes #415)#3
dreamgenies wants to merge 1 commit intomainfrom
feat/email-module-415

Conversation

@dreamgenies
Copy link
Copy Markdown
Owner

Implements transactional email module with async delivery.

  • Adds EmailService with multiple email types
  • Integrates provider (SendGrid/ZeptoMail)
  • Uses BullMQ for async processing
  • Adds retry + DLQ handling
  • Includes templates and tracking

closes Rub-a-Dab-Dub#415

Explanation (max 3 lines):
Enables reliable async email delivery.
Supports templating and retries.
Tracks delivery status and handles failures.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Email Module

1 participant