Register Guidelines E-Books Search Today's Posts Mark Forums Read

Go Back   MobileRead Forums > E-Book Software > Calibre > Library Management

Notices

Reply
 
Thread Tools Search this Thread
Old 01-27-2025, 04:36 PM   #1
mazinho
Junior Member
mazinho began at the beginning.
 
Posts: 4
Karma: 10
Join Date: Jul 2022
Device: Kindle
E-mail to device fails

I have Calibre 6.29.0 (recommended version for my legacy Macbook OS) set up to send epub files by e-mail to my Kindle. This has worked for a long time and now fails. Error log in spoiler.

I have checked credentials for outgoing and incoming e-mail and the seem to be correct. What can be the issue?

Spoiler:
@kindle.com address masked

Starting job: Email De Camino to ****@kindle.com
connect: to ('smtp.office365.com', 587) None
reply: b'220 AS4P191CA0028.outlook.office365.com Microsoft ESMTP MAIL Service ready at Mon, 27 Jan 2025 21:23:38 +0000 [08DD3E2D12C16060]\r\n'
reply: retcode (220); Msg: b'AS4P191CA0028.outlook.office365.com Microsoft ESMTP MAIL Service ready at Mon, 27 Jan 2025 21:23:38 +0000 [08DD3E2D12C16060]'
connect: b'AS4P191CA0028.outlook.office365.com Microsoft ESMTP MAIL Service ready at Mon, 27 Jan 2025 21:23:38 +0000 [08DD3E2D12C16060]'
send: 'ehlo localhost.localdomain\r\n'
reply: b'250-AS4P191CA0028.outlook.office365.com Hello [31.21.218.121]\r\n'
reply: b'250-SIZE 157286400\r\n'
reply: b'250-PIPELINING\r\n'
reply: b'250-DSN\r\n'
reply: b'250-ENHANCEDSTATUSCODES\r\n'
reply: b'250-STARTTLS\r\n'
reply: b'250-8BITMIME\r\n'
reply: b'250-BINARYMIME\r\n'
reply: b'250-CHUNKING\r\n'
reply: b'250 SMTPUTF8\r\n'
reply: retcode (250); Msg: b'AS4P191CA0028.outlook.office365.com Hello [31.21.218.121]\nSIZE 157286400\nPIPELINING\nDSN\nENHANCEDSTATUSCODES\nS TARTTLS\n8BITMIME\nBINARYMIME\nCHUNKING\nSMTPUTF8'
send: 'STARTTLS\r\n'
reply: b'220 2.0.0 SMTP server ready\r\n'
reply: retcode (220); Msg: b'2.0.0 SMTP server ready'
send: 'ehlo localhost.localdomain\r\n'
reply: b'250-AS4P191CA0028.outlook.office365.com Hello [31.21.218.121]\r\n'
reply: b'250-SIZE 157286400\r\n'
reply: b'250-PIPELINING\r\n'
reply: b'250-DSN\r\n'
reply: b'250-ENHANCEDSTATUSCODES\r\n'
reply: b'250-AUTH LOGIN XOAUTH2\r\n'
reply: b'250-8BITMIME\r\n'
reply: b'250-BINARYMIME\r\n'
reply: b'250-CHUNKING\r\n'
reply: b'250 SMTPUTF8\r\n'
reply: retcode (250); Msg: b'AS4P191CA0028.outlook.office365.com Hello [31.21.218.121]\nSIZE 157286400\nPIPELINING\nDSN\nENHANCEDSTATUSCODES\nA UTH LOGIN XOAUTH2\n8BITMIME\nBINARYMIME\nCHUNKING\nSMTPUTF8'
send: AUTH <censored>
reply: b'334 UGFzc3dvcmQ6\r\n'
reply: retcode (334); Msg: b'UGFzc3dvcmQ6'
send: 'IWlEOTYwNDc5Kw==\r\n'
reply: b'535 5.7.139 Authentication unsuccessful, basic authentication is disabled. [AS4P191CA0028.EURP191.PROD.OUTLOOK.COM 2025-01-27T21:23:44.411Z 08DD3E2D12C16060]\r\n'
reply: retcode (535); Msg: b'5.7.139 Authentication unsuccessful, basic authentication is disabled. [AS4P191CA0028.EURP191.PROD.OUTLOOK.COM 2025-01-27T21:23:44.411Z 08DD3E2D12C16060]'

Sending failed...

Traceback (most recent call last):
File "calibre/gui2/email.py", line 48, in run
File "calibre/gui2/email.py", line 137, in sendmail
File "calibre/utils/smtp.py", line 181, in sendmail
File "smtplib.py", line 750, in login
File "smtplib.py", line 739, in login
File "smtplib.py", line 662, in auth
smtplib.SMTPAuthenticationError: (535, b'5.7.139 Authentication unsuccessful, basic authentication is disabled. [AS4P191CA0028.EURP191.PROD.OUTLOOK.COM 2025-01-27T21:23:44.411Z 08DD3E2D12C16060]')
mazinho is offline   Reply With Quote
Old 01-27-2025, 05:10 PM   #2
PeterT
Grand Sorcerer
PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.
 
Posts: 13,138
Karma: 78857258
Join Date: Nov 2007
Location: Toronto
Device: Libra H2O, Libra Colour
See the bit at the end
Quote:
smtplib.SMTPAuthenticationError: (535, b'5.7.139 Authentication unsuccessful, basic authentication is disabled. [AS4P191CA0028.EURP191.PROD.OUTLOOK.COM 2025-01-27T21:23:44.411Z 08DD3E2D12C16060]')
Some of the cloud based email providers including Google and Microsoft are disabling the use of passwords to access their mail services. You will need to get a different provider for calibre to use. Some use GMX for this purpose. Whatever you do use be sure to go through ALL their web settings and ensure that POP3 / SMTP access is enabled

Sent from my Pixel 7a using Tapatalk
PeterT is offline   Reply With Quote
Old 02-03-2025, 06:10 PM   #3
mazinho
Junior Member
mazinho began at the beginning.
 
Posts: 4
Karma: 10
Join Date: Jul 2022
Device: Kindle
Thanks. I have changed to GMX-mail and fixed the issue. Thread can be closed.
mazinho is offline   Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
E-mail to Kindle fails mazinho Calibre 10 07-31-2022 05:03 PM
Clara HD Restoring backup to second device fails xembu Kobo Developer's Corner 2 07-31-2022 07:23 AM
Calibre: Globe and Mail Recipe now fails xxxronjames Recipes 1 11-08-2018 03:25 AM
Sending mail from vserver fails gdm11 Calibre 2 06-09-2011 12:27 PM
Device recognition / detection fails in xubuntu nemesis101 Calibre 1 02-01-2011 02:01 AM


All times are GMT -4. The time now is 10:05 PM.


MobileRead.com is a privately owned, operated and funded community.