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

Method sendWelcomeEmail

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

Source from the content-addressed store, hash-verified

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>;
28 verifyConnection(): Promise<boolean>;

Callers 5

sendWelcomeEmailFunction · 0.65
sendWelcomeEmailFunction · 0.65
sendWelcomeEmailFunction · 0.65
sendUserWelcomeEmailMethod · 0.65
sendWelcomeEmailFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected