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

Class

apps/web/mailers/InviteToJoinMailer.ts:11–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9}
10
11export default class InviteToJoinMailer {
12 static async send({ inviterName, communityName, host, to }: Options) {
13 const url = `${host}/signup?email=${encodeURIComponent(to)}`;
14 const content = `Join your team ${communityName} on Linen.dev and start collaborating. ${host}/signup?email=${encodeURIComponent(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected