Skip to content

Commit 63819ed

Browse files
committed
fix send-email-link handler
1 parent c20e921 commit 63819ed

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

functions/send-email-link/handler.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ import type { GraphQLClient } from 'graphql-request';
33
import gql from 'graphql-tag';
44
import { generate } from '@launchql/mjml';
55
import { send as sendPostmaster } from '@constructive-io/postmaster';
6+
import { send as sendSmtp } from 'simple-smtp-server';
67
import { parseEnvBoolean } from '@pgpmjs/env';
78

89
const GetUser = gql`

0 commit comments

Comments
 (0)