We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75ab33b commit 2460b67Copy full SHA for 2460b67
FrontEnd/js/email.js
@@ -5,9 +5,7 @@ const nodemailer = require("nodemailer");
5
6
const transporter = nodemailer.createTransport({
7
service: "Gmail",
8
- auth: {
9
- user: "[email protected]",
10
- pass: "Password@akshat0133",
+ {
11
},
12
});
13
0 commit comments