Skip to content

Commit

Permalink
Fix: e-mail sending error
Browse files Browse the repository at this point in the history
  • Loading branch information
kmc7468 committed Mar 19, 2024
1 parent b12174e commit 30064be
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/modules/email.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ class NodemailerTransport {
host: "smtp-relay.gmail.com",
secure: false,
port: 587,
tls: {
rejectUnauthorized: false,
},
});
}

Expand Down

0 comments on commit 30064be

Please sign in to comment.