MCPcopy Create free account
hub / github.com/Linen-dev/linen.dev /

Class

apps/web/mailers/ApplicationMailer.ts:14–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12}
13
14class ApplicationMailer {
15 static async send(options: Options) {
16 if (!process.env.EMAIL_HOST) {
17 return;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected