Skip to content

Commit

Permalink
chore: update tls config
Browse files Browse the repository at this point in the history
  • Loading branch information
joshxfi committed Dec 17, 2024
1 parent 1d2b122 commit 86b69e6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/lib/email.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ export const handleSendEmail = async (data: Payload) => {
port: 465,
secure: true,
debug: process.env.NODE_ENV === "development",
tls: {
rejectUnauthorized: false,
},
auth: {
user: process.env.NODEMAILER_EMAIL,
pass: process.env.NODEMAILER_PW,
Expand Down

0 comments on commit 86b69e6

Please sign in to comment.