| 7 | |
| 8 | // Example: Authentication-related email notifications |
| 9 | export class AuthEmailService { |
| 10 | constructor() { |
| 11 | this.emailService = createMicroServiceWrapper({ |
| 12 | provider: process.env.EMAIL_PROVIDER || "brevo", |
nothing calls this directly
no outgoing calls
no test coverage detected