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

Class

apps/micro/src/services/emailService.ts:4–4  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2import type { EmailMessage, EmailServiceResponse, EmailConfig, EmailTemplate } from '../types/index';
3
4export class EmailService {
5 private config: EmailConfig;
6 private resend?: Resend;
7

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected