We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c20e921 commit 63819edCopy full SHA for 63819ed
1 file changed
functions/send-email-link/handler.ts
@@ -3,6 +3,7 @@ import type { GraphQLClient } from 'graphql-request';
3
import gql from 'graphql-tag';
4
import { generate } from '@launchql/mjml';
5
import { send as sendPostmaster } from '@constructive-io/postmaster';
6
+import { send as sendSmtp } from 'simple-smtp-server';
7
import { parseEnvBoolean } from '@pgpmjs/env';
8
9
const GetUser = gql`
0 commit comments