Skip to content

Commit

Permalink
Mailer Somewhat Ready
Browse files Browse the repository at this point in the history
  • Loading branch information
jaison080 committed Dec 25, 2023
1 parent b5cad60 commit 8ac8d21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions functions/mailer.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ const transporter = nodemailer.createTransport({
port: 587,
pool: true,
auth: {
user: "",
pass: "",
user: process.env.adminEmail,
pass: process.env.adminPassword,
},
});

Expand Down

0 comments on commit 8ac8d21

Please sign in to comment.