I\'m trying to send the email gmail smtp but I\'m getting the error:
My email and password is correct I\'m using the nodemailer for sending the mail;
let transporter = nodeMailer.createTransport({ host: 'smtp.gmail.com', port: 587, secure: true, auth: { user: 'example@gmail.com', pass:'your gmail pass' } });