Problem send mail in Nodejs

I have set everything up as it should (as far as I can see)
However when I send an email I get this error

"Error: Invalid login: 535 5.7.8 Error: authentication failed: \n 
at SMTPConnection._formatError (/www/wwwroot/PL_webdesign/nodejsapp/node_modules/nodemailer/lib/smtp-connection/index.js:784:19)\n 
at SMTPConnection._actionAUTHComplete (/www/wwwroot/PL_webdesign/nodejsapp/node_modules/nodemailer/lib/smtp-connection/index.js:1536:34)\n 
at SMTPConnection.<anonymous> (/www/wwwroot/PL_webdesign/nodejsapp/node_modules/nodemailer/lib/smtp-connection/index.js:540:26)\n 
at SMTPConnection._processResponseā€¦b/smtp-connection/index.js:947:20)\n 
at SMTPConnection._onData (/www/wwwroot/PL_webdesign/nodejsapp/node_modules/nodemailer/lib/smtp-connection/index.js:749:14)\n 
at TLSSocket.SMTPConnection._onSocketData (/www/wwwroot/PL_webdesign/nodejsapp/node_modules/nodemailer/lib/smtp-connection/index.js:189:44)\n 
at TLSSocket.emit (events.js:210:5)\n 
at addChunk (_stream_readable.js:308:12)\n 
at readableAddChunk (_stream_readable.js:289:11)\n 
at TLSSocket.Readable.push (_stream_readable.js:223:10)"

Does anyone have any idea what is going on ?
Loving nodeJS but never had issues like this with PHP :frowning:

Community Page
Last updated: