Skip to content

Commit 06e2b18

Browse files
committed
some changes
1 parent 97122f4 commit 06e2b18

File tree

1 file changed

+2
-2
lines changed
  • using nodemailer for 2 way authentication

1 file changed

+2
-2
lines changed

using nodemailer for 2 way authentication/app.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ app.post('/send',function(req,res){
5050
service : 'Gmail',
5151

5252
auth: {
53-
user: 'sarthakmittal1461@gmail.com',
54-
pass: 'S@rth@k09',
53+
user: 'Your email',
54+
pass: 'your password',
5555
}
5656

5757
});

0 commit comments

Comments
 (0)