| 9 | } |
| 10 | |
| 11 | export 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( |
nothing calls this directly
no outgoing calls
no test coverage detected