Skip to content

Commit 8178ceb

Browse files
committed
add pool:true to transport
1 parent 340fba6 commit 8178ceb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/web/emails/index.ts

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

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

0 commit comments

Comments
 (0)