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

Function sendNotificationEmail

apps/micro/src/wrapper.ts:58–65  ·  view source on GitHub ↗
(
      to: string | string[],
      title: string,
      message: string,
      serviceName?: string
    )

Source from the content-addressed store, hash-verified

56 },
57
58 async sendNotificationEmail(
59 to: string | string[],
60 title: string,
61 message: string,
62 serviceName?: string
63 ): Promise<EmailServiceResponse> {
64 return microService.sendNotificationEmail(to, title, message, serviceName);
65 },
66
67 async verifyConnection(): Promise<boolean> {
68 return microService.verifyEmailConnection();

Callers

nothing calls this directly

Calls 1

sendNotificationEmailMethod · 0.65

Tested by

no test coverage detected