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

Method send

apps/web/mailers/SignInMailer.ts:10–17  ·  view source on GitHub ↗
({ url, to }: Options)

Source from the content-addressed store, hash-verified

8
9export default class SignInMailer {
10 static async send({ url, to }: Options) {
11 return ApplicationMailer.send({
12 to,
13 subject: 'Sign in to Linen.dev',
14 text: `Sign in to Linen.dev\n${url}`,
15 html: view({ url }),
16 });
17 }
18}

Callers 15

jobFunction · 0.45
inbound.tsFile · 0.45
inbound.tsFile · 0.45
handlerFunction · 0.45
handlerFunction · 0.45
createFunction · 0.45
handlerFunction · 0.45
sendInvitationByEmailFunction · 0.45
getDiscordAccessTokenFunction · 0.45
pushFunction · 0.45
pushChannelFunction · 0.45
pushUserFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected