MCPcopy
hub / github.com/freeCodeCamp/freeCodeCamp / MailProvider

Interface MailProvider

api/src/plugins/mailer.ts:20–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18type SendEmail = (args: SendEmailArgs) => Promise<void>;
19
20export interface MailProvider {
21 send: SendEmail;
22}
23
24const plugin: FastifyPluginCallback<{ provider: MailProvider }> = (
25 fastify,

Callers

nothing calls this directly

Implementers 1

NodemailerProviderapi/src/plugins/mail-providers/nodemai

Calls

no outgoing calls

Tested by

no test coverage detected