This article has move here.
For further actions, you may consider blocking this person and/or reporting abuse
This article has move here.
For further actions, you may consider blocking this person and/or reporting abuse
Abhishek Keshri -
Eduard Krivanek -
Vicente Antonio G. Reyes -
Akbar Julian Khatibi -
Once suspended, michaelburrows will not be able to comment or publish posts until their suspension is removed.
Once unsuspended, michaelburrows will be able to comment and publish posts again.
Once unpublished, all posts by michaelburrows will become hidden and only accessible to themselves.
If michaelburrows is not suspended, they can still re-publish their posts from their dashboard.
Once unpublished, this post will become invisible to the public and only accessible to Michael Burrows.
They can still re-publish the post if they are not suspended.
Thanks for keeping DEV Community safe. Here is what you can do to flag michaelburrows:
Unflagging michaelburrows will restore default visibility to their posts.
Top comments (8)
Error: Invalid login: 535-5.7.8 Username and Password not accepted. Learn more at
535 5.7.8 support.google.com/mail/?p=BadCred... o13sm2178229pfp.26 - gsmtp
at SMTPConnection._formatError (F:\Contact Form\backend\node_modules\nodemailer\lib\smtp-connection\index.js:774:19)
at SMTPConnection._actionAUTHComplete (F:\Contact Form\backend\node_modules\nodemailer\lib\smtp-connection\index.js:1513:34)
at SMTPConnection. (F:\Contact Form\backend\node_modules\nodemailer\lib\smtp-connection\index.js:540:26)
at SMTPConnection._processResponse (F:\Contact Form\backend\node_modules\nodemailer\lib\smtp-connection\index.js:932:20)
at SMTPConnection._onData (F:\Contact Form\backend\node_modules\nodemailer\lib\smtp-connection\index.js:739:14)
at TLSSocket.SMTPConnection._onSocketData (F:\Contact Form\backend\node_modules\nodemailer\lib\smtp-connection\index.js:189:44)
at TLSSocket.emit (events.js:210:5)
at addChunk (_stream_readable.js:309:12)
at readableAddChunk (_stream_readable.js:290:11)
at TLSSocket.Readable.push (_stream_readable.js:224:10) {
code: 'EAUTH',
response: '535-5.7.8 Username and Password not accepted. Learn more at\n' +
'535 5.7.8 support.google.com/mail/?p=BadCred... o13sm2178229pfp.26 - gsmtp',
responseCode: 535,
command: 'AUTH PLAIN'
i got this error
Google most likely blocked your login due to security concerns
Turning on less secure Apps solved this error for me. Good luck.
myaccount.google.com/lesssecureapps
Nice tutorial, thank you !
Great tutorial worked like a charm!!
localhost:3000 says message failed localhost:5000 says cannot GET/ how do i fix this?
Make sure you are using a post request.
For me using "from: name" in the email sending was unsuccessful. I ended up changing it to "sender: email" and that worked.