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 715a0a4 commit 21317ffCopy full SHA for 21317ff
src/lib/transport.ts
@@ -1,5 +1,4 @@
1
import { Transport } from "nodemailer";
2
-import MailMessage from "nodemailer/lib/mailer/mail-message";
3
4
import MailtrapClient from "./MailtrapClient";
5
import normalizeCallback from "./normalizer";
@@ -11,6 +10,7 @@ import {
11
10
MailtrapResponse,
12
MailtrapTransporter,
13
NormalizeCallback,
+ MailMessage,
14
} from "../types/transport";
15
16
const { TRANSPORT_SETTINGS } = CONFIG;
0 commit comments