View Single Post
Old 01-21-2021, 12:31 PM   #31
bllittle
Junior Member
bllittle began at the beginning.
 
Posts: 7
Karma: 10
Join Date: Jan 2021
Device: Kindle app on android tablet
Thank you for the great work! I've been using Calibre a couple of days and really enjoy it. Now trying to set up email delivery but also encountering problem. I tried my gmail account first, but kept getting the unexpected close error so I set up a gmx account. After making the adjustment on their setting to allow automated emails, I now get this log in the email Test:
Traceback (most recent call last):
File "calibre\gui2\wizard\send_email.py", line 205, in test_email_settings
File "calibre\utils\smtp.py", line 189, in sendmail
File "smtplib.py", line 871, in sendmail
smtplib.SMTPSenderRefused: (501, b'Syntax error in parameters or arguments', 'wundermuse')


Log:
Spoiler:

connect: ('mail.gmx.com', 587)
connect: to ('mail.gmx.com', 587) None
reply: b'220 gmx.net (mrgmx104) Nemesis ESMTP Service ready\r\n'
reply: retcode (220); Msg: b'gmx.net (mrgmx104) Nemesis ESMTP Service ready'
connect: b'gmx.net (mrgmx104) Nemesis ESMTP Service ready'
send: 'ehlo DESKTOP-67KD7SR.Home\r\n'
reply: b'250-gmx.net Hello DESKTOP-67KD7SR.Home [174.29.209.209]\r\n'
reply: b'250-8BITMIME\r\n'
reply: b'250-SIZE 69920427\r\n'
reply: b'250 STARTTLS\r\n'
reply: retcode (250); Msg: b'gmx.net Hello DESKTOP-67KD7SR.Home [174.29.209.209]\n8BITMIME\nSIZE 69920427\nSTARTTLS'
send: 'STARTTLS\r\n'
reply: b'220 OK\r\n'
reply: retcode (220); Msg: b'OK'
send: 'ehlo DESKTOP-67KD7SR.Home\r\n'
reply: b'250-gmx.net Hello DESKTOP-67KD7SR.Home [174.29.209.209]\r\n'
reply: b'250-8BITMIME\r\n'
reply: b'250-AUTH LOGIN PLAIN\r\n'
reply: b'250 SIZE 69920427\r\n'
reply: retcode (250); Msg: b'gmx.net Hello DESKTOP-67KD7SR.Home [174.29.209.209]\n8BITMIME\nAUTH LOGIN PLAIN\nSIZE 69920427'
send: AUTH <censored>
reply: b'235 Authentication succeeded\r\n'
reply: retcode (235); Msg: b'Authentication succeeded'
send: 'mail FROM:<wundermuse> size=561\r\n'
reply: b'501 Syntax error in parameters or arguments\r\n'
reply: retcode (501); Msg: b'Syntax error in parameters or arguments'
send: 'rset\r\n'
reply: b'250 OK\r\n'
reply: retcode (250); Msg: b'OK'
send: 'quit\r\n'
reply: b'221 gmx.net Service closing transmission channel\r\n'
reply: retcode (221); Msg: b'gmx.net Service closing transmission channel'


Suggestions? I suspect it is something simple I am overlooking since I am new to this program.

Last edited by theducks; 01-21-2021 at 12:34 PM. Reason: spoilered
bllittle is offline   Reply With Quote