Skip to content

Commit

Permalink
hotfix: add name to nodemailer to resolve domain issue
Browse files Browse the repository at this point in the history
  • Loading branch information
hwmin414 committed Mar 11, 2024
1 parent 9515cce commit fb07402
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/modules/email.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ class NodemailerTransport {

constructor() {
this.#transporter = nodemailer.createTransport({
name: "sparcs.org",
host: "smtp-relay.gmail.com",
secure: false,
port: 587,
Expand Down

0 comments on commit fb07402

Please sign in to comment.