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 8ac8d21 commit 9a0b91c
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: process.env.adminEmail,
pass: process.env.adminPassword,
user: process.env.MAILER_EMAIL,
pass: process.env.MAILER_PASSWORD,
},
});

Expand Down

0 comments on commit 9a0b91c

Please sign in to comment.