Skip to content

Commit

Permalink
Created an email for LifeScape and allowed it to send users the email
Browse files Browse the repository at this point in the history
  • Loading branch information
benlee04 committed Oct 23, 2024
1 parent c3fbc5f commit c792762
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lifescape-server/src/routes/users.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ const router = express.Router();
const transporter = nodemailer.createTransport({
service: 'gmail', // or another email service
auth: {
user: 'your-email@gmail.com', // your email
pass: 'your-email-password', // your email password or app-specific password
user: 'lifescape9@gmail.com',
pass: 'uwxb ydxj cole gtju',
},
});

Expand Down

0 comments on commit c792762

Please sign in to comment.