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

Function sendMail

apps/micro/src/wrapper.ts:36–38  ·  view source on GitHub ↗
(message: EmailMessage)

Source from the content-addressed store, hash-verified

34
35 return {
36 async sendMail(message: EmailMessage): Promise<EmailServiceResponse> {
37 return microService.sendMail(message);
38 },
39
40 async sendWelcomeEmail(
41 to: string | string[],

Callers

nothing calls this directly

Calls 1

sendMailMethod · 0.65

Tested by

no test coverage detected