Calibre can't seem to talk to my SMTP server. Setup is identical to Thunderbird and Outlook, but SMTP objects:
535 Incorrect authentication data
A call to my ISP was not helpful.
System is Windows 10, Calibre is 5.22.1 64bit, if any of that helps.
Encryption is SSL.
A log is below. Any suggestions would be appreciated.
thx,
Spoiler:
==========
Traceback (most recent call last):
File "calibre\gui2\wizard\send_email.py", line 205, in test_email_settings
File "calibre\utils\smtp.py", line 191, in sendmail
File "smtplib.py", line 734, in login
File "smtplib.py", line 723, in login
File "smtplib.py", line 646, in auth
smtplib.SMTPAuthenticationError: (535, b'Incorrect authentication data')
Log:
connect: ('mail.marketfire.com', 465)
connect: ('mail.marketfire.com', 465)
reply: b'220-loona.lmi.net ESMTP Exim 4.94.2 #2 Fri, 02 Jul 2021 17:09:26 -0700 \r\n'
reply: b'220-We do not authorize the use of this system to transport unsolicited, \r\n'
reply: b'220 and/or bulk e-mail.\r\n'
reply: retcode (220); Msg: b'loona.lmi.net ESMTP Exim 4.94.2 #2 Fri, 02 Jul 2021 17:09:26 -0700\nWe do not authorize the use of this system to transport unsolicited,\nand/or bulk e-mail.'
connect: b'loona.lmi.net ESMTP Exim 4.94.2 #2 Fri, 02 Jul 2021 17:09:26 -0700\nWe do not authorize the use of this system to transport unsolicited,\nand/or bulk e-mail.'
send: 'ehlo [192.168.1.2]\r\n'
reply: b'250-loona.lmi.net Hello [192.168.1.2] [135.180.173.183]\r\n'
reply: b'250-SIZE 52428800\r\n'
reply: b'250-8BITMIME\r\n'
reply: b'250-PIPELINING\r\n'
reply: b'250-PIPE_CONNECT\r\n'
reply: b'250-AUTH PLAIN LOGIN\r\n'
reply: b'250 HELP\r\n'
reply: retcode (250); Msg: b'loona.lmi.net Hello [192.168.1.2] [135.180.173.183]\nSIZE 52428800\n8BITMIME\nPIPELINING\nPIPE_CONNECT\nAUTH PLAIN LOGIN\nHELP'
send: AUTH <censored>
reply: b'535 Incorrect authentication data\r\n'
reply: retcode (535); Msg: b'Incorrect authentication data'
send: AUTH <censored>
reply: b'334 UGFzc3dvcmQ6\r\n'
reply: retcode (334); Msg: b'UGFzc3dvcmQ6'
send: 'b29vNTM1OzMxNjA=\r\n'
reply: b'535 Incorrect authentication data\r\n'
reply: retcode (535); Msg: b'Incorrect authentication data'
=======
.