MCPcopy Create free account
hub / github.com/pollinations/pollinations /

Class

apps/micro/examples/integration-example.js:9–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected