Skip to content

Conversation

@Netsbump
Copy link
Owner

  • Create IEmailService interface for transport abstraction
  • Add BrevoService for production email (Brevo API)
  • Add DevMailService for development email (Maildev/SMTP)
  • Refactor EmailService to use injected transport via factory pattern
  • Add Maildev service to docker-compose for local email testing
  • Update documentation
  • Install nodemailer for SMTP support
  • Update .env.example files with NODE_ENV and Maildev config

  - Create IEmailService interface for transport abstraction
  - Add BrevoService for production email (Brevo API)
  - Add DevMailService for development email (Maildev/SMTP)
  - Refactor EmailService to use injected transport via factory pattern
  - Add Maildev service to docker-compose for local email testing
  - Update documentation
  - Install nodemailer for SMTP support
  - Update .env.example files with NODE_ENV and Maildev config
@Netsbump Netsbump merged commit 3c60a3a into develop Dec 13, 2025
3 checks passed
@Netsbump Netsbump deleted the feat/maildev branch December 13, 2025 16:20
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.

2 participants