Skip to content

Commit

Permalink
Merge pull request #494 from sparcs-kaist/dev
Browse files Browse the repository at this point in the history
Main branch update from Dev branch
  • Loading branch information
kmc7468 authored Mar 11, 2024
2 parents 6c2ef72 + 9515cce commit 66595a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/email.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class NodemailerTransport {
constructor() {
this.#transporter = nodemailer.createTransport({
host: "smtp-relay.gmail.com",
secure: true,
secure: false,
port: 587,
});
}
Expand Down

0 comments on commit 66595a9

Please sign in to comment.