
So im stuck. Goal setup email to send to kindle. Read several post and help docs (to include the app doc page) on set. caveat im using @outlook.com email vice @gmail.com. But have it configure based on what i've found online (tried the alt as well) getting the following error when i try to test (aka test authentication).
Manually sent to my kindle via email, and kindle does receive (added to whitelist in amazon kindle list), so once i can figure out this authentication issue it will work.
Anyone who's figured this out, would be grateful for someone to say what i did wrong so it can be fixed and get it so i can send to my kindle via the app.
What i did.
see below for basic config for @outlook.com email in ABS and test (aka authentication) error i received
whitelisted email in amazon kindle list
manually sent via Thunderbird/outlook application on desktop, and successfully received on kindle
>[EmailManager] Failed to verify SMTP connection config Error: Invalid login: 535 5.7.139 Authentication unsuccessful, SmtpClientAuthentication is disabled for the Mailbox. Visit https://aka.ms/smtp\_auth\_disabled for more information. [BYAPR05CA0037.namprd05.prod.outlook.com 2026-05-03T02:44:36.923Z 08DEA8A6B5804658] at SMTPConnection._formatError (/app/node_modules/nodemailer/lib/smtp-connection/index.js:798:19) at SMTPConnection._actionAUTHComplete (/app/node_modules/nodemailer/lib/smtp-connection/index.js:1577:34) at SMTPConnection.<anonymous> (/app/node_modules/nodemailer/lib/smtp-connection/index.js:1531:18) at SMTPConnection._processResponse (/app/node_modules/nodemailer/lib/smtp-connection/index.js:982:20) at SMTPConnection._onData (/app/node_modules/nodemailer/lib/smtp-connection/index.js:763:14) at SMTPConnection._onSocketData (/app/node_modules/nodemailer/lib/smtp-connection/index.js:195:44) at TLSSocket.emit (node:events:524:28) at addChunk (node:internal/streams/readable:561:12) at readableAddChunkPushByteMode (node:internal/streams/readable:512:3) at Readable.push (node:internal/streams/readable:392:5) { code: 'EAUTH', response: '535 5.7.139 Authentication unsuccessful, SmtpClientAuthentication is disabled for the Mailbox. Visit https://aka.ms/smtp\_auth\_disabled for more information. [BYAPR05CA0037.namprd05.prod.outlook.com 2026-05-03T02:44:36.923Z 08DEA8A6B5804658]', responseCode: 535, command: 'AUTH LOGIN' }