Email Eror
-
I have email problem with my smtp. Is there any help?
[emailer.send] Error: Invalid login: 535 Authentication failed
at SMTPConnection._formatError (/home/nodes/nodebb/node_modules/nodemailer/lib/smtp-connection/index.js:787:19)
at SMTPConnection._actionAUTHComplete (/home/nodes/nodebb/node_modules/nodemailer/lib/smtp-connection/index.js:1539:34)
at SMTPConnection.<anonymous> (/home/nodes/nodebb/node_modules/nodemailer/lib/smtp-connection/index.js:543:26)
at SMTPConnection._processResponse (/home/nodes/nodebb/node_modules/nodemailer/lib/smtp-connection/index.js:950:20)
at SMTPConnection._onData (/home/nodes/nodebb/node_modules/nodemailer/lib/smtp-connection/index.js:752:14)
at TLSSocket.SMTPConnection._onSocketData (/home/nodes/nodebb/node_modules/nodemailer/lib/smtp-connection/index.js:191:44)
at TLSSocket.emit (events.js:400:28)
at addChunk (internal/streams/readable.js:293:12)
at readableAddChunk (internal/streams/readable.js:267:9)
at TLSSocket.Readable.push (internal/streams/readable.js:206:10)
2022-07-18T15:50:42.475Z [4567/449314] - [31merror[39m: admin.user.sendValidationEmail
Error: Email sending failed for the following uids, check server logs for more info: 33
at User.sendValidationEmail (/home/nodes/nodebb/src/socket.io/admin/user.js:91:9)
at processTicksAndRejections (internal/process/task_queues.js:95:5)
at async onMessage (/home/nodes/nodebb/src/socket.io/index.js:160:19) -
I have email problem with my smtp. Is there any help?
[emailer.send] Error: Invalid login: 535 Authentication failed
at SMTPConnection._formatError (/home/nodes/nodebb/node_modules/nodemailer/lib/smtp-connection/index.js:787:19)
at SMTPConnection._actionAUTHComplete (/home/nodes/nodebb/node_modules/nodemailer/lib/smtp-connection/index.js:1539:34)
at SMTPConnection.<anonymous> (/home/nodes/nodebb/node_modules/nodemailer/lib/smtp-connection/index.js:543:26)
at SMTPConnection._processResponse (/home/nodes/nodebb/node_modules/nodemailer/lib/smtp-connection/index.js:950:20)
at SMTPConnection._onData (/home/nodes/nodebb/node_modules/nodemailer/lib/smtp-connection/index.js:752:14)
at TLSSocket.SMTPConnection._onSocketData (/home/nodes/nodebb/node_modules/nodemailer/lib/smtp-connection/index.js:191:44)
at TLSSocket.emit (events.js:400:28)
at addChunk (internal/streams/readable.js:293:12)
at readableAddChunk (internal/streams/readable.js:267:9)
at TLSSocket.Readable.push (internal/streams/readable.js:206:10)
2022-07-18T15:50:42.475Z [4567/449314] - [31merror[39m: admin.user.sendValidationEmail
Error: Email sending failed for the following uids, check server logs for more info: 33
at User.sendValidationEmail (/home/nodes/nodebb/src/socket.io/admin/user.js:91:9)
at processTicksAndRejections (internal/process/task_queues.js:95:5)
at async onMessage (/home/nodes/nodebb/src/socket.io/index.js:160:19)@cagatay said in Email Eror:
Error: Invalid login: 535 Authentication failed
Looks like the username and password is incorrect
-
@cagatay said in Email Eror:
Error: Invalid login: 535 Authentication failed
Looks like the username and password is incorrect
@phenomlab i just want to send confirmation email to my clients but mail system not working.
-
@phenomlab i just want to send confirmation email to my clients but mail system not working.
-
@cagatay yes, because the username and password you have specified is not correct. Have to ensure that you have the correct credentials entered ?
@phenomlab i m trying to send mail from the admin panel, so i should login correctly right.
i think that problem is caused by mailgun which i use mailgun server but with new version i faced many small problems on js ..
-
@cagatay yes, because the username and password you have specified is not correct. Have to ensure that you have the correct credentials entered ?
@phenomlab fixed thank you.