Skip to content

Commit 23e49fa

Browse files
committed
evert "add pool:true to transport"
This reverts commit 8178ceb.
1 parent ec092df commit 23e49fa

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/web/emails/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import { buildSendMail } from "mailing-core";
33

44
const transport = nodemailer.createTransport({
55
host: "email-smtp.us-east-1.amazonaws.com",
6-
pool: true,
76
port: 587,
87
auth: {
98
user: process.env.MAILING_SES_USER,

0 commit comments

Comments
 (0)