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

Class

apps/web/mailers/ResetPasswordMailer.ts:10–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8}
9
10export default class ResetPasswordMailer {
11 static async send({ host, to, token }: Options) {
12 const url = new URL(`/reset-password?token=${token}`, host).toString();
13 return ApplicationMailer.send({

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected