View Single Post
Old 10-17-2020, 09:46 AM   #3
tdonline
Addict
tdonline ought to be getting tired of karma fortunes by now.tdonline ought to be getting tired of karma fortunes by now.tdonline ought to be getting tired of karma fortunes by now.tdonline ought to be getting tired of karma fortunes by now.tdonline ought to be getting tired of karma fortunes by now.tdonline ought to be getting tired of karma fortunes by now.tdonline ought to be getting tired of karma fortunes by now.tdonline ought to be getting tired of karma fortunes by now.tdonline ought to be getting tired of karma fortunes by now.tdonline ought to be getting tired of karma fortunes by now.tdonline ought to be getting tired of karma fortunes by now.
 
Posts: 309
Karma: 2644486
Join Date: Dec 2011
Device: PW3, Nook Simple Touch
Opened Calibre, intending to follow your debug suggestion but auto schedule kicked in. Not sure what happened because I didn't do anything...but happy to see it working.

The LA Times failing to email persists though. Again the recipe works but emailing is a no go. Emailing of NYT and Washington Post is working so it's not an overall emailing issue but rather something very specific to LA Times recipe? Is it something to do with the size of the attachment?
Spoiler:

Starting job: Email Los Angeles Times to 90@kindle.com
Waiting 301 seconds before sending, to avoid being marked as spam.
You can control this delay via Preferences->Tweaks
connect: ('mail.gmx.com', 587)
connect: to ('mail.gmx.com', 587) None
reply: b'220 gmx.com (mrgmx105) Nemesis ESMTP Service ready\r\n'
reply: retcode (220); Msg: b'gmx.com (mrgmx105) Nemesis ESMTP Service ready'
connect: b'gmx.com (mrgmx105) Nemesis ESMTP Service ready'
send: 'ehlo DESKTOP-SGSKO3C.T-mobile.com\r\n'
reply: b'250-gmx.com Hello DESKTOP-SGSKO3C.T-mobile.com [73.134.225.200]\r\n'
reply: b'250-8BITMIME\r\n'
reply: b'250-AUTH LOGIN PLAIN\r\n'
reply: b'250-SIZE 69920427\r\n'
reply: b'250 STARTTLS\r\n'
reply: retcode (250); Msg: b'gmx.com Hello DESKTOP-SGSKO3C.T-mobile.com [73.134.225.200]\n8BITMIME\nAUTH LOGIN PLAIN\nSIZE 69920427\nSTARTTLS'
send: 'STARTTLS\r\n'
reply: b'220 OK\r\n'
reply: retcode (220); Msg: b'OK'
send: 'ehlo DESKTOP-SGSKO3C.T-mobile.com\r\n'
reply: b'250-gmx.com Hello DESKTOP-SGSKO3C.T-mobile.com [73.134.225.200]\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.com Hello DESKTOP-SGSKO3C.T-mobile.com [73.134.225.200]\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:<@gmx.com> size=74096499\r\n'
reply: b'552 Requested mail action aborted: exceeded storage allocation\r\n'
reply: retcode (552); Msg: b'Requested mail action aborted: exceeded storage allocation'
send: 'rset\r\n'
reply: b'250 OK\r\n'
reply: retcode (250); Msg: b'OK'
send: 'quit\r\n'
reply: b'221 gmx.com Service closing transmission channel\r\n'
reply: retcode (221); Msg: b'gmx.com Service closing transmission channel'

Sending failed...
Traceback (most recent call last):
File "calibre\gui2\email.py", line 45, in run
File "calibre\gui2\email.py", line 129, in sendmail
File "calibre\utils\smtp.py", line 183, in sendmail
File "smtplib.py", line 871, in sendmail
smtplib.SMTPSenderRefused: (552, b'Requested mail action aborted: exceeded storage allocation', '@gmx.com')

Retrying in 301 seconds...
Waiting 301 seconds before sending, to avoid being marked as spam.
You can control this delay via Preferences->Tweaks
connect: ('mail.gmx.com', 587)
connect: to ('mail.gmx.com', 587) None
reply: b'220 gmx.com (mrgmx104) Nemesis ESMTP Service ready\r\n'
reply: retcode (220); Msg: b'gmx.com (mrgmx104) Nemesis ESMTP Service ready'
connect: b'gmx.com (mrgmx104) Nemesis ESMTP Service ready'
send: 'ehlo DESKTOP-SGSKO3C.T-mobile.com\r\n'
reply: b'250-gmx.com Hello DESKTOP-SGSKO3C.T-mobile.com [73.134.225.200]\r\n'
reply: b'250-8BITMIME\r\n'
reply: b'250-AUTH LOGIN PLAIN\r\n'
reply: b'250-SIZE 69920427\r\n'
reply: b'250 STARTTLS\r\n'
reply: retcode (250); Msg: b'gmx.com Hello DESKTOP-SGSKO3C.T-mobile.com [73.134.225.200]\n8BITMIME\nAUTH LOGIN PLAIN\nSIZE 69920427\nSTARTTLS'
send: 'STARTTLS\r\n'
reply: b'220 OK\r\n'
reply: retcode (220); Msg: b'OK'
send: 'ehlo DESKTOP-SGSKO3C.T-mobile.com\r\n'
reply: b'250-gmx.com Hello DESKTOP-SGSKO3C.T-mobile.com [73.134.225.200]\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.com Hello DESKTOP-SGSKO3C.T-mobile.com [73.134.225.200]\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:<@gmx.com> size=74096499\r\n'
reply: b'552 Requested mail action aborted: exceeded storage allocation\r\n'
reply: retcode (552); Msg: b'Requested mail action aborted: exceeded storage allocation'
send: 'rset\r\n'
reply: b'250 OK\r\n'
reply: retcode (250); Msg: b'OK'
send: 'quit\r\n'
reply: b'221 gmx.com Service closing transmission channel\r\n'
reply: retcode (221); Msg: b'gmx.com Service closing transmission channel'

Sending failed...
Traceback (most recent call last):
File "calibre\gui2\email.py", line 45, in run
File "calibre\gui2\email.py", line 129, in sendmail
File "calibre\utils\smtp.py", line 183, in sendmail
File "smtplib.py", line 871, in sendmail
smtplib.SMTPSenderRefused: (552, b'Requested mail action aborted: exceeded storage allocation', '@gmx.com')
Job: "Email Los Angeles Times to 90@kindle.com" failed with error:
Traceback (most recent call last):
File "calibre\gui2\threaded_jobs.py", line 83, in start_work
File "calibre\gui2\email.py", line 102, in __call__
File "calibre\gui2\email.py", line 45, in run
File "calibre\gui2\email.py", line 129, in sendmail
File "calibre\utils\smtp.py", line 183, in sendmail
File "smtplib.py", line 871, in sendmail
smtplib.SMTPSenderRefused: (552, b'Requested mail action aborted: exceeded storage allocation', '@gmx.com')
Called with args: ('C:\\Users\\t\\AppData\\Local\\Temp\\calibre_945e l1pw\\cw79m4gqcaltmpfmt.mobi', 'Los Angeles Times.mobi', '90@kindle.com', 'News: Los Angeles Times', 'Attached is the Los Angeles Times periodical downloaded by calibre.') {'notifications': <queue.Queue object at 0x112F2F88>, 'abort': <threading.Event object at 0x112F2358>, 'log': <calibre.utils.logging.GUILog object at 0x112F2CD0>}

Last edited by theducks; 10-17-2020 at 02:25 PM. Reason: spoilered logs
tdonline is offline   Reply With Quote