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

Method sendMail

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

Source from the content-addressed store, hash-verified

22
23export interface MicroServiceWrapper {
24 sendMail(message: EmailMessage): Promise<EmailServiceResponse>;
25 sendWelcomeEmail(to: string | string[], userName: string, serviceName?: string): Promise<EmailServiceResponse>;
26 sendPasswordResetEmail(to: string | string[], userName: string, resetLink: string, serviceName?: string, expiryTime?: string): Promise<EmailServiceResponse>;
27 sendNotificationEmail(to: string | string[], title: string, message: string, serviceName?: string): Promise<EmailServiceResponse>;

Callers 11

sendMailFunction · 0.65
sendMailMethod · 0.65
sendTemplateMailMethod · 0.65
sendSimpleEmailFunction · 0.65
sendBulkEmailFunction · 0.65
sendCustomEmailFunction · 0.65
sendSimpleEmailFunction · 0.65
sendBulkEmailFunction · 0.65
sendEmailWithAttachmentsFunction · 0.65
sendViaBothProvidersFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected